GPT-5 MiniFreeMiễn phí

openai/gpt-5-mini

GPT-5 Mini delivers near-frontier intelligence for cost-sensitive, low-latency, high-volume workloads. It supports a 400,000-token input context with 128,000 output tokens, text and image inputs, and exposes streaming, function calling, structured outputs, reasoning tokens, and tool integrations including web search, file search, code interpreter, and MCP. OpenAI recommends GPT-5.4 Mini for most new low-latency workloads.

Upstream Providers
ZDR only
openai
In$0.25Out$2.00
CachedNo ZDRToolsVisionReasoning
cloudflare
In$0.25Out$2.00
ZDRToolsVision
openrouter-byok
In$5.00Out$20.00
No 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-mini",
    "messages": [
      {"role": "user", "content": "Say hi in 3 words."}
    ]
  }'
No API key yetSet ANYROUTER_API_KEY Dashboard → Keys
Request example
{
  "model": "openai/gpt-5-mini",
  "messages": [
    {
      "role": "user",
      "content": "Say hi in 3 words."
    }
  ]
}

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