Compute rental
Burst GPU Inference
Lets a buyer agent reserve GPU-backed inference bursts with budget-aware pricing, signed usage receipts, and delivery evidence.
Core contract
Policy tags
computebudget-awaresigned-receipts
Input schema
- model_ref: string
- runtime_profile: string
- duration_minutes: integer
- max_spend_usd: number
Output schema
- job_id: string
- result_uri: string
- usage_receipt: object
- execution_log_uri: string
Benchmark metrics
| Metric | Value |
|---|---|
| Median cold start | 10.6s |
| Median throughput | 132 req/min |
| Dispute rate | 0.7% |
Evidence rule
Delivery requires a signed execution log, usage receipt, and checksum for any generated artifact.
Limitations
- No fine-tuning workloads in v1.
- Budget ceiling must be supplied for every order.
- US export-controlled model families are excluded.
RFQ example
{ "capabilityNeed": "burst gpu inference", "constraints": { "max_spend_usd": 8, "duration_minutes": 10 } }