LLM Pricing
← All models

gpt-4.1-nano

OpenAI · chat model

Input
$0.1000 / 1M tokens
Output
$0.4000 / 1M tokens
Cached input
$0.0250 / 1M tokens
Context
32.8K

Pricing

Item Raw value (per token) Normalized
Input 1e-7 $0.1000 / 1M tokens
Output 4e-7 $0.4000 / 1M tokens
Cached input 2.5e-8 $0.0250 / 1M tokens
Embedding 1e-7 $0.1000 / 1M tokens
Batch input 5e-8 $0.0500 / 1M tokens
Batch output 2e-7 $0.2000 / 1M tokens
Priority input 2e-7 $0.2000 / 1M tokens
Priority output 8e-7 $0.8000 / 1M tokens

Token limits

Context window
32.8K
Max input tokens
1.0M
Max output tokens
32.8K
Max tokens
32.8K

Capabilities

Capability Supported
Vision Yes
Function calling Yes
Parallel function calling Yes
Tool choice Yes
Prompt caching Yes
Reasoning No
Response schema Yes
System messages Yes
Audio input No
Audio output No
Web search No
PDF input Yes
Video input No

Similar models

Models with comparable pricing in the same mode (chat).

Model Provider Input Output Context Coding Features
gpt-4.1-nano Azure $0.1000 / 1M tokens $0.4000 / 1M tokens 32.8K N/A Vision Tools Cache
gpt-4.1-nano-2025-04-14 Azure $0.1000 / 1M tokens $0.4000 / 1M tokens 32.8K N/A Vision Tools Cache
gemini-2.0-flash-001 deepinfra $0.1000 / 1M tokens $0.4000 / 1M tokens 1.0M N/A Tools
Llama-3.3-Nemotron-Super-49B-v1.5 deepinfra $0.1000 / 1M tokens $0.4000 / 1M tokens 131.1K N/A Tools
gemini-2.0-flash vertex_ai-language-models $0.1000 / 1M tokens $0.4000 / 1M tokens 8.2K N/A Vision Tools Cache
gemini-2.5-flash-lite vertex_ai-language-models $0.1000 / 1M tokens $0.4000 / 1M tokens 65.5K N/A Vision Tools Cache Reasoning

Sources

Pricing source LiteLLM model cost map
Synced at 2026-05-27
Manual review Not reviewed
Raw LiteLLM fields
{
  "cache_read_input_token_cost": 2.5e-8,
  "cache_read_input_token_cost_priority": 5e-8,
  "input_cost_per_token": 1e-7,
  "input_cost_per_token_batches": 5e-8,
  "input_cost_per_token_priority": 2e-7,
  "litellm_provider": "openai",
  "max_input_tokens": 1047576,
  "max_output_tokens": 32768,
  "max_tokens": 32768,
  "mode": "chat",
  "output_cost_per_token": 4e-7,
  "output_cost_per_token_batches": 2e-7,
  "output_cost_per_token_priority": 8e-7,
  "supported_endpoints": [
    "/v1/chat/completions",
    "/v1/batch",
    "/v1/responses"
  ],
  "supported_modalities": [
    "text",
    "image"
  ],
  "supported_output_modalities": [
    "text"
  ],
  "supports_function_calling": true,
  "supports_native_streaming": true,
  "supports_parallel_function_calling": true,
  "supports_pdf_input": true,
  "supports_prompt_caching": true,
  "supports_response_schema": true,
  "supports_system_messages": true,
  "supports_tool_choice": true,
  "supports_service_tier": true,
  "supports_vision": true
}