다중 대화, 도구 호출 및 스트리밍 응답을 위한 OpenAI 호환 채팅 완료 엔드포인트입니다.
Creates a model response for a chat conversation. This endpoint is still the safest default when you need compatibility with existing OpenAI SDKs, chat clients, or legacy chat-completion workflows. Supported fields vary by model, especially for reasoning, tool use, and multimodal inputs.Documentation Index
Fetch the complete documentation index at: https://docs.apigo.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.