MegaNova

MegaNova

US
15 models available

Data handling can vary by model and deployment. The privacy badge above shows the more conservative of the provider-wide fallback and the policies for routes on this page; each model page shows the policy for that specific route.

Models served by MegaNova

ModelContextInput /MOutput /MCache read /MCache write /MCache hitLatencyThroughput
128k$0.53/M$2.26/M$0.42/MN/AN/AN/AN/A
128k$0.22/M$0.71/MN/AN/AN/AN/AN/A
200k$0.47/M$2.00/MN/AN/AN/AN/AN/A
200k$0.47/M$2.00/MN/AN/AN/AN/AN/A
200k$0.26/M$1.05/MN/AN/A49%2.7s34.5 tps
200k$0.26/M$1.05/MN/AN/A64.1%4.1s73.8 tps
1.0M$1.05/M$3.15/M$0.19/MFreeN/A12.9s52.9 tps
1.0M$1.05/M$3.15/M$0.19/MFree49.7%217.9s37.1 tps
256k$0.47/M$2.36/M$0.07/MN/AN/AN/AN/A
256k$0.47/M$2.36/M$0.07/MN/A19.4%21.2s29.3 tps
262k$0.79/M$3.68/M$0.16/MFreeN/AN/AN/A
16k$0.02/M$0.16/M$0.01/MN/AN/AN/AN/A
8k$0.02/M$0.16/M$0.01/MN/AN/AN/AN/A
33k$0.06/M$0.50/M$0.03/MN/AN/AN/AN/A
262k$0.09/M$0.11/MN/AN/AN/AN/AN/A

Prices are per million tokens. Selectable routes include the applicable provider-selection markup; fixed routes show the standard model price. Availability and pricing refresh continuously; each model page shows the live provider comparison.

Using MegaNova via the API

For models with provider selection, 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 route-specific markup over that provider's base price; the prices in the table above already include it. Models without provider selection use the displayed model ID without a provider suffix or selection surcharge.

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.