Frontier open models served from our own NVIDIA DGX racks in California. Prepaid credits, no subscription — and your prompts never leave the building.
Add a card, get $10 to burn. No upfront charge — auto-tops-up $10 when your balance dips below $2.
# any OpenAI SDK — just change the base URL curl https://api.reinforce42.com/v1/chat/completions \ -H "Authorization: Bearer sk-your-key" \ -d '{ "model": "gpt-oss-120b", "messages": [{"role":"user", "content":"Explain MoE in one line."}] }'
# 1024px image in ~1.4s curl https://api.reinforce42.com/v1/images/generations \ -H "Authorization: Bearer sk-your-key" \ -d '{ "model": "flux.1-schnell", "prompt": "macro photo, chrome monkey figurine", "size": "1024x1024" }'
# transcription — audio in, text out curl https://api.reinforce42.com/v1/audio/transcriptions \ -H "Authorization: Bearer sk-your-key" \ -F "file=@call-recording.mp3" \ -F "model=whisper-large-v3"
# short clips, metered per second curl https://api.reinforce42.com/v1/video/generations \ -H "Authorization: Bearer sk-your-key" \ -d '{ "prompt": "server racks, slow dolly, violet neon", "seconds": 4, "resolution": "720p" }'
THE LINEUP
Open models, metered exactly as you use them — per second of video, per image, per minute of audio, per token. No rounding, no minimums.
monkey see
video · image
monkey hear
speech · transcription
monkey speak
text · reasoning · code
HAND-PICKED
We hand-pick models from the top open-source catalogs and tune them for AI-native workloads — speech, video, reasoning, all behind one key. Bring your own weights and we'll rack those too. Every model is included in the $10 starter credit.
THE MATH
1M input + 1M output tokens on a flagship model, elsewhere versus here. Up to 30× cheaper — and unlike the hyperscalers, no training on your data, no third-party cloud, no seat fees.
90%
MMLU
broad knowledge & reasoning
80%
GPQA Diamond
graduate-level science
96%
AIME 2025
competition mathematics
128K
Context
tokens per request
Independently reported figures; exact results vary by harness and settings.
PAY AS YOU GO
Pay once, get an API key preloaded with credit. Bigger packs carry bonus credit.
Free trial
$0
$10 free credit · card on file, no upfront charge
Starter
$10
$10 in API credit
Builder
$25
$27 in API credit · +8% bonus
Scale
$100
$115 in API credit · +15% bonus
Secure checkout via Stripe · cards & wallets · instant key delivery · USA customers only
QUICKSTART
01
Buy credits
Pick a pack, pay with Stripe. Your key appears on the confirmation screen.
02
Point your SDK
Base URL → api.reinforce42.com/v1. Any OpenAI client works unchanged.
03
Call any model
Chat, images, speech, video — credit drawn down per token. Track it live in the dashboard.