Free AI API Credit

The signup credit promotion isn't currently active, but NightMart's per-token pricing has no subscription or minimum spend — you only pay for the tokens you use. Check back, or see current pricing.

What you get

  • An OpenAI-compatible endpoint — drop-in for the OpenAI SDK
  • Access to DeepSeek, GPT-OSS, and other open models through one API key
  • Automatic multi-provider failover
  • Transparent, published per-token pricing with no subscription
bash
curl https://api.nightmart.cc/v1/chat/completions \
  -H "Authorization: Bearer nm_live_..." \
  -H "Content-Type: application/json" \
  -d '{"model": "deepseek-v3.2", "messages": [{"role": "user", "content": "Hello!"}]}'