텍스트 생성, 다중 모드 입력 및 구조화된 출력을 위한 통합 OpenAI 호환 응답 엔드포인트입니다.
Creates a unified response object for text generation, structured output, tool calls, and multimodal input. Compared withDocumentation Index
Fetch the complete documentation index at: https://docs.apigo.ai/llms.txt
Use this file to discover all available pages before exploring further.
chat.completions, this endpoint is a better fit for new integrations because text, images, reasoning controls, and tools all share one response model. Supported fields still vary by model.
Authorization: Bearer {API_KEY}previous_response_id to continue a conversation without resending the full historyreasoning, max_output_tokens, and tools in your server-side gatewayinput is the primary input field and can carry text or multimodal content blocksmodel selects the target model for the responseprevious_response_id is the main way to chain turns across a conversationtools and handle tool call outputs explicitlyoutput_textoutput[]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.