Developer Preview

AIVORA Developer Documentation

Plan your AIVORA integration with an overview of the upcoming API experience, authentication model, usage-based billing and developer workflow.

Production API access is currently being prepared
Overview

Build with a unified AI API experience.

AIVORA is being developed as a unified AI API platform designed to help developers and businesses access eligible AI services through a consistent integration experience.

Production API endpoints are not yet publicly available. This documentation describes the planned integration, authentication and usage-based billing model.

i
Developer Preview

API specifications shown on this page are provided for integration planning and may change before production launch.

Getting Started

How AIVORA works.

The planned AIVORA workflow is designed to keep account setup, credits and API usage simple.

01
Create an account

Register an AIVORA account when account access becomes available.

02
Add API Credits

Purchase prepaid service credits or receive credits through an eligible service plan.

03
Generate an API key

API key generation will be available when developer API access is enabled.

04
Start building

Select an eligible AI model and send requests through the AIVORA API.

Authentication

API key authentication.

AIVORA plans to use API keys to authenticate developer requests. Production keys will be generated from the developer account interface when API access launches.

Planned authentication format Example
Authorization: Bearer YOUR_API_KEY
Keep your API key private.

API keys should never be exposed in public repositories, frontend JavaScript or client-side applications.

API Request

Example request format.

The following example illustrates the intended request structure only. The endpoint below is not a production AIVORA endpoint.

Example request Illustration only
curl https://api.alicloudtech.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "example-model",
    "messages": [
      {
        "role": "user",
        "content": "Hello AIVORA"
      }
    ]
  }'
!
Not a live endpoint

Production base URLs, model IDs and request parameters will be published when public API access is available.

Usage & Billing

Usage-based billing with AIVORA Credits.

Eligible API usage is planned to be billed according to actual model usage. Input and output token consumption will be calculated using the published price of the selected AI service.

01 Send Request An API request is sent.
02 Measure Usage Input and output usage is measured.
03 Calculate Cost Usage is calculated at the applicable rate.
04 Deduct Credits The corresponding credits are deducted.
View Models & Pricing →
Models

Model availability and pricing.

AIVORA intends to provide access to eligible AI services across multiple workload categories including general AI, reasoning, coding and multimodal use cases.

Available models, model IDs, capabilities and pricing may change as the service evolves.

General AI General conversation and application workloads
Reasoning Complex analysis and reasoning workloads
Coding Software development and coding workflows
Multimodal Eligible text, image and multimodal workloads
Error Handling

Planned API error responses.

Production error codes will be finalized before API launch. The following table shows the planned structure.

Status Meaning Typical cause
400 Bad Request Invalid request parameters
401 Unauthorized Missing or invalid API key
402 Insufficient Credits Account balance is insufficient
429 Rate Limited Request limit exceeded
500 Service Error Temporary platform error
API Availability

Production API access is coming soon.

AIVORA's production API infrastructure is currently being prepared. Public API endpoints, developer credentials and production integration details are not yet generally available.

Developer Preview
DOCUMENTATION Preview Available
PRODUCTION API Coming Soon
API KEYS Coming Soon
Support

Need help planning your integration?

For questions about AIVORA, API availability, billing or future developer access, contact our support team.

SUPPORT EMAIL support@alicloudtech.com
Contact Support