AIVORA Developer Documentation
Plan your AIVORA integration with an overview of the upcoming API experience, authentication model, usage-based billing and developer workflow.
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.
API specifications shown on this page are provided for integration planning and may change before production launch.
How AIVORA works.
The planned AIVORA workflow is designed to keep account setup, credits and API usage simple.
Register an AIVORA account when account access becomes available.
Purchase prepaid service credits or receive credits through an eligible service plan.
API key generation will be available when developer API access is enabled.
Select an eligible AI model and send requests through the AIVORA API.
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.
Authorization: Bearer YOUR_API_KEY
API keys should never be exposed in public repositories, frontend JavaScript or client-side applications.
Example request format.
The following example illustrates the intended request structure only. The endpoint below is not a production AIVORA endpoint.
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"
}
]
}'
Production base URLs, model IDs and request parameters will be published when public API access is available.
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.
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.
Planned API error responses.
Production error codes will be finalized before API launch. The following table shows the planned structure.
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.
Need help planning your integration?
For questions about AIVORA, API availability, billing or future developer access, contact our support team.