Quick Start

Quick Start

  1. Sign up at umva.net (no KYC required).
  2. Generate an AI API key from your dashboard.
  3. Add funds to your wallet (minimum $0.10).
  4. Use the base URLhttps://umva.net with your Bearer token.
  5. CallGET /v1/models to list models or POST /v1/chat/completions for chat.

Base URLs

URLType
https://umva.netPrimary
https://umva.usFallback (retry on error)

Note: At UMVA, requests are non-thinking by default. Pass thinking: {"type": "enabled"} to enable reasoning.