GPT-5.1

openai/gpt-5.1
by OpenAI·Text + Image·400K context·Released 2026-02-12·Proprietary
frontierreasoning

Overview

OpenAI's flagship, a frontier reasoning model with excellent coding, math and tool use and a large context window. Configurable reasoning effort lets you trade latency for depth on hard problems. First-party hosted with high uptime, priced at the top of the market. The model to reach for on genuinely difficult work.

Benchmarks

Standardized scores (0–100), normalized across the catalog.

Intelligence92
Coding90
Instruction following96

Providers

LLMRouteHub routes to the cheapest healthy provider by default.

ProviderInputOutputThroughputUptime
OpenAI$1.25$10.00121 tok/s99.9%

Use this model

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