GPT-5 Chat (Latest)FreeMiễn phí

openai/gpt-5-chat-latest

GPT-5 Chat Latest is the snapshot of GPT-5 that powered ChatGPT, kept current with the model deployed in the consumer product. It supports a 128,000-token input context with 16,384 output tokens, accepts text and image inputs, and exposes streaming, function calling, and structured outputs along with web search, file search, image generation, code interpreter, and MCP tools.

Upstream Providers
ZDR only
openai
In$1.25Out$10.00
CachedNo ZDRToolsVision
API Details
Uptime & Health
No uptime data yet

These providers haven't been health-probed for this model yet. The router still routes around upstreams that fail live requests — uptime fills in once probe history accrues.

Code samples
curl https://anyrouter.dev/api/v1/chat/completions \
  -H "Authorization: Bearer $ANYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5-chat-latest",
    "messages": [
      {"role": "user", "content": "Say hi in 3 words."}
    ]
  }'
No API key yetSet ANYROUTER_API_KEY Dashboard → Keys
Request example
{
  "model": "openai/gpt-5-chat-latest",
  "messages": [
    {
      "role": "user",
      "content": "Say hi in 3 words."
    }
  ]
}

Change sort, ZDR, effort, or pin a provider to add routing params.