All Models
OpenAI active

GPT-5 Nano

openai/gpt-5-nano

Fastest and cheapest GPT-5 variant. Optimized for summarization and classification tasks.

Specifications

Context Window 400K tokens
Max Output 128K tokens
Latency fastest
Knowledge Cutoff May 2024
Training Data May 2024

Pricing

Input $0.05 per 1M tokens
Output $0.40 per 1M tokens

Capabilities

text Text generation and understanding
vision Image and visual input processing
tool use Function calling and tool integration

API Identifiers

Model ID openai/gpt-5-nano
Provider API ID gpt-5-nano

Usage via Multi-Router

curl https://api.multi-router.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "x-mr-router-id: YOUR_ROUTER_ID" \
  -d '{
    "model": "openai/gpt-5-nano",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'