LLM Pricing
← All models

gpt-5.1-chat-2025-11-13

Azure · chat model

Input
$1.2500 / 1M tokens
Output
$10.0000 / 1M tokens
Cached input
$0.1250 / 1M tokens
Context
16.4K

Pricing

Item Raw value (per token) Normalized
Input 0.00000125 $1.2500 / 1M tokens
Output 0.00001 $10.0000 / 1M tokens
Cached input 1.25e-7 $0.1250 / 1M tokens
Embedding 0.00000125 $1.2500 / 1M tokens
Priority input 0.0000025 $2.5000 / 1M tokens
Priority output 0.00002 $20.0000 / 1M tokens

Token limits

Context window
16.4K
Max input tokens
128.0K
Max output tokens
16.4K
Max tokens
16.4K

Capabilities

Capability Supported
Vision Yes
Function calling No
Parallel function calling No
Tool choice No
Prompt caching Yes
Reasoning Yes
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-5.1 Azure $1.2500 / 1M tokens $10.0000 / 1M tokens 128.0K N/A Vision Tools Cache Reasoning
gpt-5.1-chat Azure $1.2500 / 1M tokens $10.0000 / 1M tokens 128.0K N/A Vision Tools Cache Reasoning
gpt-5.1-2025-11-13 Azure $1.2500 / 1M tokens $10.0000 / 1M tokens 128.0K N/A Vision Tools Cache Reasoning
gpt-5 Azure $1.2500 / 1M tokens $10.0000 / 1M tokens 128.0K N/A Vision Tools Cache Reasoning
gpt-5-2025-08-07 Azure $1.2500 / 1M tokens $10.0000 / 1M tokens 128.0K N/A Vision Tools Cache Reasoning
gpt-5-chat Azure $1.2500 / 1M tokens $10.0000 / 1M tokens 16.4K 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": 1.25e-7,
  "cache_read_input_token_cost_priority": 2.5e-7,
  "input_cost_per_token": 0.00000125,
  "input_cost_per_token_priority": 0.0000025,
  "litellm_provider": "azure",
  "max_input_tokens": 128000,
  "max_output_tokens": 16384,
  "max_tokens": 16384,
  "mode": "chat",
  "output_cost_per_token": 0.00001,
  "output_cost_per_token_priority": 0.00002,
  "supported_endpoints": [
    "/v1/chat/completions",
    "/v1/responses"
  ],
  "supported_modalities": [
    "text",
    "image"
  ],
  "supported_output_modalities": [
    "text",
    "image"
  ],
  "supports_function_calling": false,
  "supports_native_streaming": true,
  "supports_parallel_function_calling": false,
  "supports_pdf_input": true,
  "supports_prompt_caching": true,
  "supports_reasoning": true,
  "supports_response_schema": true,
  "supports_system_messages": true,
  "supports_tool_choice": false,
  "supports_vision": true,
  "supports_none_reasoning_effort": true
}