TokenRoute
Get started
Back to models

OpenAI: GPT Mini Latest

~openai/gpt-mini-latest

This model always redirects to the latest model in the GPT Mini family.

Pricing

Input$0.5250 /M
Output$3.15 /M
Cache read$0.0525 /M
Web search$0.0070 /req

Specs

Context length400K tokens
Max output128K tokens
Inputfile, image, text
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "~openai/gpt-mini-latest",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

include_reasoning
max_completion_tokens
max_tokens
reasoning
reasoning_effort
response_format
seed
structured_outputs
tool_choice
tools