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를 사용하세요. - 텍스트, 구조화된 출력 및 향후 다중 모드 확장을 위해 보다 통합된 인터페이스를 원할 경우
responses를 사용하십시오.
메모 요청
Authorization: Bearer {API_KEY}로 인증chat.completions는messages를 중심으로 이루어집니다.responses는input,instructions및response_format를 중심으로 합니다.
응답 메모
chat.completions는 일반적으로choices[0].message.content에서 읽습니다.responses는 일반적으로output_text또는output[]에서 읽습니다.- 스트리밍 클라이언트는 SSE 청크를 점진적으로 처리해야 합니다.
