OpenAI-compatible chat completion endpoint for multi-turn conversations, tool calling, and streaming responses.
Authorization: Bearer {API_KEY}/v1/responsesmessages is required and carries the conversation historymodel is required and selects the target modeltemperature and top_p both affect sampling, but most integrations should tune only one of themlogprobs with top_logprobsprompt_cache_key and safety_identifierchoices[0].message.contentmessage.tool_callsusage, including more detailed token breakdownsBearer authentication header of the form Bearer <token>, where <token> is your auth token.