Prepaid AI API credits

NovaRelay

One OpenAI-compatible API endpoint for leading AI models. Buy prepaid credits, issue scoped keys, and monitor usage without managing multiple provider accounts.

Live in minutes Usage-based credits Global HTTPS access
NovaRelay / console
$ curl https://api.velarelay.com/v1/chat/completions \ -H "Authorization: Bearer sk-***" \ -d '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}' 200 OK { "model": "deepseek-v4-flash", "choices": [ { "message": { "role": "assistant", "content": "Hello! How can I help?" } } ], "usage": { "prompt_tokens": 5, "completion_tokens": 9, "total_tokens": 14 } }

Built for developers who ship.

NovaRelay removes provider sprawl. One key, one contract, one place to control spend.

A

OpenAI-compatible API

Point existing SDKs to NovaRelay. Chat, embeddings, and streaming work with minimal changes.

$

Prepaid credits

Top up once and use credits across supported models. No surprise monthly invoices.

K

Scoped keys

Issue separate keys for each project or teammate, with limits and expiration control.

U

Transparent usage

See tokens and spend per request, key, and model in one dashboard.

R

Reliable routing

Model mapping and channel health checks keep requests flowing during provider changes.

L

Low-latency access

Hosted close to global users with HTTPS from the edge.

Model access

Start with DeepSeek. Expand when you need it.

NovaRelay currently exposes DeepSeek's official API through a compatible gateway. Additional providers can be enabled as they are verified and supported.

Open the console
deepseek-chat
General-purpose chat
Available
deepseek-reasoner
Reasoning model
Available
More providers
Planned expansion
Coming soon

Simple prepaid pricing.

Buy credits once and use them as you go. No subscription required to start.

Starter

$9.99
one-time credits
  • Single API key
  • General model access
  • Usage dashboard

Team

Custom
top-up plans
  • Grouped accounts
  • Shared billing
  • Priority support
request.sh
# One request, all models curl https://api.velarelay.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "deepseek-chat", "messages": [{"role": "user", "content": "Hello"}] }'

Quick start

Switch in minutes.

Create an account, generate an API key, and change one base URL. OpenAI-compatible SDKs and clients work with NovaRelay.

Get your key

Questions, answered.

What to expect before you buy credits.

Do I need a subscription?

No. NovaRelay sells prepaid credit packs. Top up when you need more.

How is usage billed?

Each request consumes credits based on the model and token usage shown in your dashboard.

Which frameworks work?

Anything that supports an OpenAI-compatible base URL, including Python, Node.js, and popular chat clients.

What happens after payment?

Credits are added to your account automatically. You can create an API key from the console immediately.