jishie

GPT-5 Nano

snowflake-cortex/openai-gpt-5-nano · family gpt-nano · in: text, image → out: text · price provider-declared (via models.dev). Capabilities: tools reasoning text image.

This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See Snowflake Cortex’s docs for per-unit rates.

Provider
Snowflake Cortex (snowflake-cortex)
Kind
text (outputs text)
Context
272,000 tokens
Max output
8,192 tokens
Capabilities
tools reasoning text image

Same model, other providers

“GPT-5 Nano” is offered by 22 providers — cheapest-effective first. Ofox is the cheapest at $0.11 blended.

ProviderInputOutputBlendedContext
Ofox$0.04$0.32$0.11400k
NEAR AI Cloud$0.05$0.4$0.14400k
Databricks$0.05$0.4$0.14400k
Kilo Gateway$0.05$0.4$0.14400k
Abacus$0.05$0.4$0.14400k
OpenRouter$0.05$0.4$0.14400k
Azure$0.05$0.4$0.14400k
Azure Cognitive Services$0.05$0.4$0.14400k
Impossibl$0.05$0.4$0.14400k
Cloudflare AI Gateway$0.05$0.4$0.14128k
Vercel AI Gateway$0.05$0.4$0.14400k
FastRouter$0.05$0.4$0.14400k
Snowflake Cortex (this)———272k

Call it

jishie indexes & prices models; it does not proxy inference.

Most providers are OpenAI-compatible — point base_url at Snowflake Cortex and pass this model id:

curl $BASE_URL/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
  -d '{"model":"openai-gpt-5-nano","messages":[{"role":"user","content":"hello"}]}'

Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):

← all Snowflake Cortex models · model index · JSON