API reference
Use the API origin of this AKVON site. Authenticate protected requests using Authorization: Bearer followed by your API key.
https://<your-akvon-domain>
/v1/modelsList available models, supported modalities and published pricing.
/v1/capabilitiesDiscover tools and their operation descriptors.
/v1/chat/completionsSend a model and a messages array for text responses.
/v1/images/generationsCreate an asynchronous image task.
/v1/videos/generationsCreate an asynchronous video task.
/v1/tasks/{task_id}Read the state and result of your task.
/v1/credits/balanceRead your platform Credits balance.
Errors and retrying
Treat 401 as expired or invalid authentication, 403 as denied access, 429 as a request limit, and 5xx as temporary service errors. Retry only when safe; do not blindly recreate a paid generation after a timeout. Check the known task first.
Capabilities
Read the capability’s operation descriptor for its path, method, required fields and task protocol. Use the catalog detail page for the current request example.
Browse capabilities ↗