API 엔드포인트
AI 시스템을 만드는 엔지니어와 연구자를 위한 자료
한국·글로벌·중국 모델 프로바이더의 엔드포인트 빠른 참조: base URL, OpenAI 호환 여부, 문서 링크.
퀵스타트
아래 프로바이더 대부분이 OpenAI chat/completions 형식을 지원합니다 — 프로바이더 교체는 보통 base URL과 API 키만 바꾸면 됩니다.
# Any OpenAI-compatible provider: swap base_url and key
curl https://api.upstage.ai/v1/chat/completions \
-H "Authorization: Bearer $UPSTAGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "solar-pro3",
"messages": [{"role": "user", "content": "안녕하세요!"}]
}'한국
글로벌
https://api.anthropic.com/v1/messages공식 SDK를 갖춘 네이티브 Messages API. Claude 5 패밀리(Opus 5, Sonnet 5, Fable 5)와 고속 Haiku 4.5.
https://api.openai.com/v1GPT 모델 패밀리, Codex, 이미지·음성 API. 다른 모든 곳이 모방하는 chat/completions 형식의 원조.
https://generativelanguage.googleapis.com/v1betaAI Studio를 통한 넉넉한 무료 티어의 Gemini 모델. /v1beta/openai/ 경로로 OpenAI 호환 지원.
https://api.mistral.ai/v1무료 실험 티어(La Plateforme)를 제공하는 Mistral 모델 패밀리.
https://openrouter.ai/api/v1키 하나로 주요 랩 전체의 400개 이상 모델 사용 — 계정을 따로 만들지 않고 모델을 비교하는 가장 빠른 방법.
https://api.groq.com/openai/v1LPU로 서빙되는 오픈웨이트 모델(Llama, Qwen 등)을 초고속으로 제공. 프로토타이핑용 무료 티어 포함.
중국
https://api.deepseek.com공격적으로 낮은 가격의 DeepSeek chat·reasoner 모델 — 업계의 비용 기대치를 재설정한 API.
https://dashscope-intl.aliyuncs.com/compatible-mode/v1국제용 DashScope 호환 모드 엔드포인트로 제공되는 Qwen 모델 패밀리(텍스트·비전·오디오·이미지).
https://api.moonshot.ai/v1오픈웨이트 K 시리즈를 포함한 Kimi 모델. 국제 플랫폼 엔드포인트 기준.
https://api.z.ai/api/paas/v4국제 엔드포인트의 GLM 모델 패밀리. 에이전트 개발자에게 인기 있는 저가 코딩 플랜 포함.