
gpt-5-4GPT-5.4 is OpenAI’s frontier model for complex professional work and agentic coding. Served via the Responses API (`/v1/responses`) with adjustable reasoning effort (low–xhigh), web search, function calling, and multimodal input. Drop-in for OpenAI Codex CLI with wire_api = "responses".
Latest GPT generation for complex professional work
reasoning.effort = low / medium / high / xhigh (request body, not a suffix)
Built-in web search or function calling (one per request)
Drop-in via wire_api = "responses" + model = "gpt-5-4"
View complete API reference with all parameters and examples.
Enable real-time streaming responses with Server-Sent Events.
{
"model": "gpt-5-4",
"stream": true,
"messages": [...]
}Enable the model to use tools and call functions.
{
"model": "gpt-5-4",
"tools": [{
"type": "function",
"function": {
"name": "get_weather",
"description": "Get current weather for a location",
"parameters": {
"type": "object",
"properties": {
"location": {"type": "string", "description": "City name"}
},
"required": ["location"]
}
}
}],
"messages": [{"role": "user", "content": "What's the weather in Tokyo?"}]
}Get structured JSON responses from the model.
{
"model": "gpt-5-4",
"response_format": {"type": "json_object"},
"messages": [{"role": "user", "content": "Extract info as JSON: John is 30 years old"}]
}| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Model identifier (e.g., gpt-5-4) |
| messages | array | Yes | Array of message objects with role and content |
| max_tokens | integer | No | Maximum tokens in the response |
| stream | boolean | No | Enable streaming responses (SSE) |
| temperature | number | No | Sampling temperature (0.0 - 2.0) |
| top_p | number | No | Nucleus sampling threshold (0.0 - 1.0) |
| tools | array | No | Function calling tools definition |
| response_format | object | No | Output format (e.g., json_object) |
View complete API reference with streaming, thinking, and more.
Billing: Cost = (input_tokens * input_price + output_tokens * output_price) / 1,000,000
GPT-5.4은(는) OpenAI의 대규모 언어 모델 API입니다. GPT-5.4 is OpenAI’s frontier model for complex professional work and agentic coding. Served via the Responses API (`/v1/responses`) with adjustable reasoning effort (low–xhigh), web search, function calling, and multimodal input. Drop-in for OpenAI Codex CLI with wire_api = "responses". APIMODELS 플랫폼을 거치면 통합 API와 투명한 종량 과금으로 이 모델을 호출할 수 있습니다. 현재 가격: Input: $1.8, Output: $10.8 per 1M tokens.
문의에 자동으로 답하는 대화 시스템을 만들어 응대 효율을 높입니다.
기사와 이메일, 광고 카피 같은 글을 자동으로 써서 작업량을 줄입니다.
코드 작성과 디버깅, 리뷰를 도와 개발 속도를 올립니다.
비정형 데이터를 읽어내 핵심을 뽑고 요약 리포트로 정리합니다.
GPT-5.4은(는) APIMODELS를 통해 Input: $1.8, Output: $10.8 per 1M tokens에 이용할 수 있습니다. 과금은 종량제라서 생성한 만큼만 냅니다.
APIMODELS에 가입해 API 키를 받고 통합 엔드포인트를 호출하면 됩니다. cURL / Python / Node.js 예제를 담은 상세 문서를 제공합니다.
APIMODELS는 같은 GPT-5.4을(를) 집약 플랫폼을 통해 제공합니다. API 인터페이스가 통합되어 있어 공급자마다 계정을 만들 필요가 없고, 키 하나로 모든 모델에 닿습니다.
GPT-5.4 is a cost-efficient frontier reasoning model on the OpenAI Responses API with adjustable reasoning effort — a strong default for agentic coding in OpenAI Codex CLI (wire_api = responses) when you want capable reasoning without GPT-5.5's top-tier output cost.
Pick GPT-5.4 for cheaper, fast everyday coding and agents; step up to GPT-5.5 for the hardest problems. Same Responses API and Codex setup — one model-name change to switch.
Set base_url to api.apimodels.app/v1, wire_api = "responses", model = "gpt-5-4", and control depth with model_reasoning_effort. Full config at /docs/codex.
APIMODELS에서는 GPT-5.4이(가) 60개가 넘는 모델과 같은 API 키, 같은 잔액 위에 나란히 놓입니다. 그래서 선택은 궁합의 문제이지 종속의 문제가 아닙니다. Frontier、Adjustable Reasoning、Web Search、Multimodal을(를) 지원하며 다른 대규모 언어 모델 모델과 가격·성능을 나란히 놓고 따져볼 수 있습니다. 갈아타기는 모델 이름 문자열 하나만 바꾸면 되고 새 계정도 추가 작업도 필요 없습니다. 대규모 언어 모델 선택지와 실시간 가격은 apimodels.app/models에서 볼 수 있습니다.
GPT-5.4은(는) 다음을 지원합니다: Frontier、Adjustable Reasoning、Web Search、Multimodal. 전체 파라미터와 호출 예제는 APIMODELS 문서를 참고하세요.
네. APIMODELS는 GPT-5.4을(를) 하나의 통합 API와 키 한 개로 제공합니다. 공급자별 계정도 필요 없고, 각 공급자의 지역별 네트워크 경로를 직접 챙길 필요도 없습니다.
Stripe(Visa, Mastercard 등 해외 카드)와 Alipay를 지원합니다. 결제 후 잔액은 즉시 반영됩니다.