Codex Mini (Latest)FreeMiễn phí

openai/codex-mini-latest

Codex Mini Latest is a fast reasoning model optimized for the Codex CLI, fine-tuned from o4-mini and kept current with regular snapshots. It supports a 200,000-token input context with 100,000 output tokens, accepts text and image inputs, and exposes streaming, function calling, structured outputs, and reasoning tokens across Chat Completions and Responses endpoints. Priced at $1.50 / $6.00 per 1M input/output tokens.

Upstream Providers
ZDR only
openai
In$1.50Out$6.00
No ZDRToolsVisionReasoning
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/codex-mini-latest",
    "messages": [
      {"role": "user", "content": "Say hi in 3 words."}
    ]
  }'
No API key yetSet ANYROUTER_API_KEY Dashboard → Keys
Request example
{
  "model": "openai/codex-mini-latest",
  "messages": [
    {
      "role": "user",
      "content": "Say hi in 3 words."
    }
  ]
}

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