Free AI API Credit
New, eligible NightMart accounts currently receive $2.00 in free promotional credit on signup, usable against the OpenAI-compatible API at https://api.nightmart.cc/v1. This promotion is admin-configured and can change or end at any time.
Your first deposit also currently qualifies for a 500% bonus.
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!"}]}'See pricing and available models.