Skip to main content
POST
Create chat response
이 엔드포인트로 모델에 일반 텍스트 입력을 보내고 일반 텍스트 응답을 받습니다. 이 Capriole 네이티브 경로는 비스트리밍입니다. 클라이언트에 SSE 스트림이 필요하면 Chat Completions, Responses 또는 Messages를 사용하세요. POST /v1/chatopenai-latest, claude-latest, google-latestGET /v1/models가 반환하는 공개 구체 모델 ID를 받습니다. 해당 제공자의 권장 플래그십 모델을 Capriole AI가 선택하게 하려면 latest 별칭을 사용하세요. 버전 고정이 중요하면 구체적인 모델 ID를 사용하세요. Capriole AI 웹 채팅과 공개 API는 서로 다른 제품 표면입니다. 웹 채팅에서 Fable 5와 Fable 5 Thinking이 기본 Anthropic 모드이고, Opus 5와 Opus 5 Thinking은 Other Models에 표시됩니다. 공개 API는 웹 채팅 Thinking 프리셋을 별도의 모델 ID로 노출하지 않습니다. Claude Chat API 요청에는 claude-latest 또는 anthropic/claude-fable-5, anthropic/claude-opus-5, anthropic/claude-sonnet-4-6 같은 공개 구체 Claude 모델 ID를 사용하세요. 기존 Opus 4.8, Opus 4.7, Opus 4.6 통합은 계속 지원됩니다.

인증

Authorization
string
header
필수

Use an API key created in the Capriole AI page. Send it as Authorization: Bearer sk-....

본문

application/json
model
enum<string>
필수

Public model identifier or latest alias returned by GET /v1/models

사용 가능한 옵션:
openai-latest,
openai/gpt-5.6-terra,
openai/gpt-5.6-luna,
openai/gpt-5.5,
openai/gpt-5.4-mini,
claude-latest,
anthropic/claude-fable-5,
anthropic/claude-opus-5,
anthropic/claude-opus-4-8,
anthropic/claude-opus-4-7,
anthropic/claude-opus-4-6,
anthropic/claude-sonnet-4-6,
google-latest,
google/gemini-3.1-pro-preview,
google/gemini-3.5-flash,
xai/grok-4.5,
zai/glm-5.2,
moonshot/kimi-k3
input
string
필수

Plain text user input

Enable provider-native web search when the selected model supports it.

temperature
number

Optional sampling temperature.

필수 범위: x >= 0
max_output_tokens
integer

Optional maximum number of output tokens.

max_retries
integer

Optional maximum number of provider retries.

필수 범위: x >= 0
timeout
number

Optional provider request timeout in seconds.

응답

Chat completion response

id
string
필수
model
string
필수
result
object
필수
usage
object
필수
마지막 수정일 2026년 8월 18일