Start in the playground. Scale through gateway keys.
Test a model, connect wallet-backed access, then move production traffic to the compatible API.
Access lanes
A clear progression from demo to production.
Playground
Live model testingTry prompts against hosted models before creating an application key.
Builder
$JTVO-backed API keyConnect a wallet, create a scoped gateway key, and track usage from the dashboard.
Network
Reserved capacityRoute heavier workloads through private pools, custom quotas, or dedicated lanes.
Gateway surface
One public API surface for model traffic, usage tracking, and quota enforcement.
Realtime chat
/v1/chat/completionsSend chat workloads through Jatevo with the standard messages request shape.
Responses API
/v1/responsesRun modern agent workloads through the same pooled compute access layer.
Model discovery
/v1/modelsList models available to your key without exposing internal pool details.
Wallet-backed access needs two limits, not one.
Request quota protects the pool. Dollar credits protect the business. Jatevo can let teams resell or route heavier usage without letting a cheap request count become unlimited expensive model spend.
Access logic
Dual-limit gateway flow
Wallet
Hold JTVO
Token balance proves access and backs spend.
Value
USD snapshot
Oracle or admin rate turns holdings into budget.
Credit
Dollar budget
Daily spend ceiling for actual model cost.
Request limit
Remaining API calls
Stops spam, keeps shared routes fair, and gives simple dashboard limits.
Credit limit
Remaining dollar budget
Stops expensive resale loops and charges by model usage, not only request count.
API key
Incoming request
The sk-clb key asks for a model route.
Gate
Both limits available?
Allow
Route request and deduct actual cost plus Jatevo margin.
Block
Return quota error or ask user to top up / hold more JTVO.
Dashboard metrics
The dashboard should show both counters side by side so users understand whether they ran out of calls or ran out of compute value.
Limit A
API requests
0 / 11 dailyControls abuse, concurrency, and fair access to shared pools.
Limit B
Dollar credits
$0.00 / $11.00 dailyControls economic exposure, reseller use, and model cost drift.
Decision
First empty limit wins
Both must passA request is accepted only while request quota and dollar budget remain.
logic diagram
gateway ruleBring real model capacity into your next AI product.
Test the model lane in the playground, then ship against one compatible Jatevo gateway.