Morph

Morph

US
6 models available

Models served by Morph

ModelContextInput /MOutput /MCache read /MCache hitLatencyThroughput
1.0M$0.10/M$0.29/M$0.03/MN/A1.1s29 tps
1.0M$0.10/M$0.29/M$0.03/MN/A1.1s29 tps
1.0M$1.47/M$4.62/M$0.27/M0%5.7s3 tps
1.0M$1.47/M$4.62/M$0.27/M21.4%5.7s3 tps
1.0M$0.16/M$0.53/M$0.03/M0%3.1s18 tps
1.0M$6.30/M$23.63/M$0.63/MN/A3.1s10 tps

Prices are per million tokens and include the 5% provider-selection markup. Availability and pricing refresh continuously; each model page shows the live provider comparison.

Using Morph via the API

Append :morph to the model ID, set "provider": "morph" in the request body, or send an X-Provider: morph header. Explicit provider selection adds a 5% markup over that provider's base price; the prices in the table above already include it.

curl https://nano-gpt.com/api/v1/chat/completions \
  -H "Authorization: Bearer $NANOGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-v4-flash-0731:morph",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

See the API documentation for provider preferences, price-aware routing, and error behavior.