Create your account
Sign up with email or OAuth, then open the workspace that will hold your API keys.
Use an OpenAI-compatible interface to reach models across leading providers. Pay as you go with no subscription or seat fee.
curl https://modelgates.ai/api/v1/chat/completions \
-H "Authorization: Bearer $MODELGATES_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-sonnet-4",
"messages": [{ "role": "user", "content": "Hello!" }]
}'Models across leading providers
Compatibility, visible usage, and operational controls stay together behind one gateway.
Point an OpenAI-compatible client at one base URL and keep the familiar chat-completions request shape.
Fund a prepaid balance from $5, see model pricing before you choose, and pay only for measured usage.
Use separate API keys, enforced per-key concurrency limits, activity records, and optional auto top-up as workloads grow.
Adamant applies programmable governance to a model response and returns an auditable record of the rules, evidence, and decision alongside the result.
Fusion runs a configurable panel in parallel, surfaces consensus and contradictions, then returns a synthesized answer with the intermediate analysis visible.
model: modelgates/fusion
Explore FusionCreate an account, fund the balance, then generate a key and call the API.
Sign up with email or OAuth, then open the workspace that will hold your API keys.
Add at least $5 to the prepaid USD balance. Optional auto top-up can be configured later.
Create an API key, set the ModelGates base URL, and send an OpenAI-compatible request.
ModelGates uses a prepaid USD balance with per-model pricing and no subscription or seat fee.
Minimum top-up
$5
Add funds to a prepaid balance, then use them across the catalog. Auto top-up is optional and can be changed in credit settings.
How billing reads
A visible path from catalog price to balance.
Practical capabilities for adopting the gateway, managing usage, and operating API traffic.
Keep the OpenAI-compatible request shape. Change the base URL and API key, then choose a ModelGates model ID.
Review published model prices, fund a prepaid balance, inspect usage activity, and enable auto top-up only when you need it.
Separate workloads with API keys, enforced per-key concurrency limits, and balance controls that keep production traffic deliberate.
Create an account to generate an API key, or read the quickstart before you connect a workload.