MegaNova

MegaNova

US
12 models available

Models served by MegaNova

ModelContextInput /MOutput /MCache read /MLatencyThroughput
128k$0.53/M$2.26/MN/AN/AN/A
128k$0.22/M$0.71/MN/AN/AN/A
200k$0.47/M$2.00/MN/AN/AN/A
200k$0.47/M$2.00/MN/AN/AN/A
200k$0.26/M$1.05/MN/AN/AN/A
200k$0.26/M$1.05/MN/AN/AN/A
1.0M$1.47/M$4.62/M$0.26/MN/AN/A
1.0M$1.47/M$4.62/M$0.26/MN/AN/A
256k$0.42/M$2.31/MN/AN/AN/A
256k$0.42/M$2.31/MN/AN/AN/A
262k$1.00/M$4.20/M$0.20/MN/AN/A
41k$0.09/M$0.60/MN/AN/AN/A

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 MegaNova via the API

Append :meganova to the model ID, set "provider": "meganova" in the request body, or send an X-Provider: meganova 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-ai/DeepSeek-R1-0528:meganova",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

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