텍스트 생성, 다중 모드 입력 및 구조화된 출력을 위한 통합 OpenAI 호환 응답 엔드포인트입니다.
텍스트 생성, 구조화된 출력, 도구 호출 및 다중 모드 입력을 위한 통합 응답 개체를 만듭니다.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.
chat.completions와 비교할 때 이 엔드포인트는 텍스트, 이미지, 추론 제어 및 도구가 모두 하나의 응답 모델을 공유하므로 새로운 통합에 더 적합합니다. 지원되는 필드는 여전히 모델에 따라 다릅니다.
Authorization: Bearer {API_KEY}로 인증previous_response_id를 사용하세요.reasoning, max_output_tokens 및 tools를 중앙 집중화합니다.input는 기본 입력 필드이며 텍스트 또는 다중 모드 콘텐츠 블록을 전달할 수 있습니다.model는 응답의 대상 모델을 선택합니다.previous_response_id는 대화 전반에 걸쳐 차례를 연결하는 주요 방법입니다.tools를 전달하고 도구 호출 출력을 명시적으로 처리합니다.output_text에서 간단한 텍스트를 읽을 수 있는 경우가 많습니다.output[]에서 더 풍부한 결과를 읽어야 합니다.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.