다중 대화, 도구 호출 및 스트리밍 응답을 위한 OpenAI 호환 채팅 완료 엔드포인트입니다.
채팅 대화에 대한 모델 응답을 만듭니다. 이 엔드포인트는 기존 OpenAI SDK, 채팅 클라이언트 또는 레거시 채팅 완료 워크플로와의 호환성이 필요할 때 여전히 가장 안전한 기본값입니다. 지원되는 필드는 특히 추론, 도구 사용 및 다중 모드 입력의 경우 모델에 따라 다릅니다.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/responses를 선호하세요.messages가 필요하며 대화 기록을 전달합니다.model가 필요하며 대상 모델을 선택합니다.temperature 및 top_p는 모두 샘플링에 영향을 미치지만 대부분의 통합에서는 둘 중 하나만 조정해야 합니다.logprobs와 top_logprobs를 결합하세요.prompt_cache_key 및 safety_identifier를 선호합니다.choices[0].message.content에서 읽습니다.message.tool_calls에서 도구 호출을 읽을 수 있습니다.usage를 통해 노출됩니다.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.