OpenAI

Verified

GPT-5.4 Mini

GPT-5.4 Mini is a balanced GPT-5.4 tier for everyday coding, reasoning, multimodal tasks, and cost-sensitive agent workflows. It provides a 272K-token context window and up to 128K output tokens. Its current kineticRouter catalog capabilities include vision, function calling, reasoning, web search, prompt caching, code interpreter. Use model ID openai/gpt-5.4-mini through kineticRouter's OpenAI-compatible API.

visionfunctionreasoningsearchcachecode_interpreter

Reference pricing

Imported snapshot values per 1M tokens. Your customer portal is authoritative for actual kineticRouter billing.

ComponentMirrored snapshotOfficial referenceSnapshot savings
Input$0.1125/M$0.75/M85%
Output$0.675/M$4.5/M85%
Cache read$0.01125/M$0.075/M85%

API example

Use the OpenAI-compatible kineticRouter route with GPT-5.4 Mini.

curl https://api.kineticrouter.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $KINETICROUTER_API_KEY" \
  -d '{
    "model": "openai/gpt-5.4-mini",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

About this model

GPT-5.4 Mini is a balanced GPT-5.4 tier for everyday coding, reasoning, multimodal tasks, and cost-sensitive agent workflows. It provides a 272K-token context window and up to 128K output tokens. Its current kineticRouter catalog capabilities include vision, function calling, reasoning, web search, prompt caching, code interpreter. Use model ID openai/gpt-5.4-mini through kineticRouter's OpenAI-compatible API.

Snapshot FAQ

Imported reference copy; verify runtime behavior before production use.

How is GPT-5.4 Mini billed on kineticRouter?

kineticRouter bills actual request usage. Input, output, cache, and any other applicable rates follow the live pricing table on this page, and final request costs are available in the console.

What are the context window and maximum output for GPT-5.4 Mini?

GPT-5.4 Mini currently provides a 272K-token context window and up to 128K output tokens in the kineticRouter model catalog.

How can I call GPT-5.4 Mini through kineticRouter?

Use model ID openai/gpt-5.4-mini through kineticRouter's OpenAI-compatible API. The code examples on this page show the current Base URL and SDK configuration.

Which capabilities does GPT-5.4 Mini support?

The current kineticRouter catalog capabilities for GPT-5.4 Mini include vision, function calling, reasoning, web search, prompt caching, code interpreter. All of these capabilities are available through the unified kineticRouter API.