jishie

GPT-4.1

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

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
128,000 tokens
Max output
32,000 tokens
Capabilities
tools text image pdf

Same model, other providers

“GPT-4.1” is offered by 24 providers — cheapest-effective first. Ofox is the cheapest at $2.80 blended.

ProviderInputOutputBlendedContext
Ofox$1.6$6.4$2.801M
Poe$1.8$7.2$3.151M
302.AI$2$8$3.501M
SAP AI Core$2$8$3.501M
NEAR AI Cloud$2$8$3.501M
Kilo Gateway$2$8$3.501M
Abacus$2$8$3.501M
OpenRouter$2$8$3.501M
Azure$2$8$3.501M
Azure Cognitive Services$2$8$3.501M
Impossibl$2$8$3.501M
Cloudflare AI Gateway$2$8$3.501M
Snowflake Cortex (this)———128k

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-4.1","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