Payload Optimization

Practical ways to cut tokens, latency and cost using fields you already have.

#Principles

#Fields that shape payload and cost

FieldEffect
conversationIdReuse it to avoid restating birthDetails and context on every follow-up.
speedSet "eco" for high-volume, cost-sensitive workloads.
responseFormatRequest the shape you consume — json or markdown — to skip re-parsing.
languageRequest only the language you need.
questionTighter, more focused questions produce shorter, cheaper answers.

#Checklist