Applied AI·The API layer
the conversation got expensive because every new message resends the entire history.
Turn / multi-turn
Also calledmulti-turn
Draft summary, pending review
One message is a turn; a conversation is multi-turn. To continue a conversation you resend the entire history plus the new user message. Cost therefore grows with conversation length unless you truncate, summarise or cache.