API quick start

Follow this sequence to complete your first text-model call.

  • Register and sign in to the Aivrae console.
  • Top up or confirm that prepaid credits are available.
  • Create an API key from the key management page.
  • If routing groups are available, start with the default or recommended group.
  • Set Base URL to https://aivrae.com/v1, copy a model name, and send a request.
{
  "base_url": "https://aivrae.com/v1",
  "api_key": "YOUR_AIVRAE_API_KEY",
  "model": "MODEL_NAME"
}