Model catalogue

OpenAI
GPT-4.1 Nano
openai/gpt-4.1-nano
Specification
Published by the vendor; the platform bills at the target's declared price.
GPT-4.1 Nano
toolsOpenAI openai/gpt-4.1-nano
For tasks that demand low latency, GPT‑4.1 nano is the fastest and cheapest model in the GPT-4.1 series. It delivers exceptional performance at a small size with its 1 million...
- Input $/1M
- $0.10
- Output $/1M
- $0.40
- Context
- 1.0M
- Max output
- 33K
- Released
- Apr 14, 2025
- Modalities
- imagetextfile
Intelligence index-
Coding index11
Agentic index-
Cached input reads $0.03 per 1M
On this deployment
1 target runs this model; traffic is measured over the last 30 days.
OpenAI SDKpython
from openai import OpenAI
client = OpenAI(base_url="https://api.opensmartroute.ai/v1", api_key="osr_live_...")
resp = client.chat.completions.create(
model="llm-small", # the target on this deployment that runs GPT-4.1 Nano
messages=[{"role": "user", "content": "Summarise this in one sentence."}],
)
print(resp.model, resp.choices[0].message.content)Price among OpenAI models
Input list price per million tokens; GPT-4.1 Nano is the cheapest of 13 listed.
- 1$0.10GPT-4.1 Nano
- 2$0.10
- 3$0.10
- 4$0.20
- 5$0.20
- 6$1.00
- 7$1.00
- 8$2.00
- 9$2.00
- 10$5.00
- 11$5.00
- 12$10.0
More from OpenAI
Other models by the same vendor in the catalogue.
- GPT-6 AstraSep 4, 2026$10.0 in
- GPT-6 Astra (batch)Sep 4, 2026$5.00 in
- GPT-6 Astra ProSep 4, 2026$10.0 in
- GPT-6 Astra Pro (batch)Sep 4, 2026$5.00 in
- GPT-5.6 Luna ProJul 9, 2026$0.20 in
- GPT-5.6 Luna Pro (batch)Jul 9, 2026$0.10 in
- GPT-5.6 LunaJul 9, 2026$0.20 in
- GPT-5.6 Luna (batch)Jul 9, 2026$0.10 in
- GPT-5.6 Terra ProJul 9, 2026$2.00 in
- GPT-5.6 Terra Pro (batch)Jul 9, 2026$1.00 in
- GPT-5.6 TerraJul 9, 2026$2.00 in
- GPT-5.6 Terra (batch)Jul 9, 2026$1.00 in