Quick Start
Quick Start
- Sign up at umva.net (no KYC required).
- Generate an AI API key from your dashboard.
- Add funds to your wallet (minimum $0.10).
- Use the base URL
https://umva.netwith your Bearer token. - Call
GET /v1/modelsto list models orPOST /v1/chat/completionsfor chat.
Base URLs
| URL | Type |
|---|---|
https://umva.net | Primary |
https://umva.us | Fallback (retry on error) |
Note: At UMVA, requests are non-thinking by default. Pass thinking: {"type": "enabled"} to enable reasoning.