How to use an API:
Sign in
Go to the 'Sign in' section at the top right
Click on the 'Microsoft Entra ID' button and sign in via your Acronis account
At the 'Complete sign up' step fill in your Acronis e-mail
Your account should now be created!
Subscribe to an API Product
Once signed in, navigate to 'Products' and select the relevant product
Enter a new subscription name (e.g 'mysub') in the field and click 'Subscribe' to generate your subscription to the product
Navigate to 'My subscriptions' where you can find the list of your active subscriptions and the 2 keys associated with them
*Access to the 'Limited-use' product requires manual admin approval. Once the request has been reviewed you will receive a confirmation email
Using a model
How to use our models via the Chatbox LLM desktop client
API Host URL to use in Chatbox (OpenAI Standard Product) - https://apim-multimodel-common.azure-api.net/openai-standard-2/openai
API Host URL to use in Chatbox (Azure AI Foundry Limited-use Product) - https://apim-multimodel-common.azure-api.net/common-foundry-endpoints-sweden/openai
API Host URL to use in Chatbox (Azure AI Foundry Anthropic Limited-use Product) - https://apim-multimodel-common.azure-api.net/anthropic-model/anthropic/v1/messages
Download Chatbox for your OS - https://chatboxai.app/en
Watch the quick tutorial video to set up Chatbox - chatbox_instructions.mp4
How to use in code - for full examples and tutorial consult the ADN Page
API Host URL for OpenAI Standard Product - https://apim-multimodel-common.azure-api.net/openai-standard-2/openai/v1/chat/completions
API Host URL for Azure AI Foundry Limited-use Product - https://apim-multimodel-common.azure-api.net/common-foundry-endpoints-sweden/openai/v1/chat/completions
API Host URL for Azure AI Foundry Anthropic Limited-use Product - https://apim-multimodel-common.azure-api.net/anthropic-model/anthropic/v1/messages
Copy and paste the code block to your editor
Replace the Host URL for the product you want to use in the 'URL' section
Copy your key for the relevant product (from 'My subscriptions' in the Portal) and paste it into the 'insert-your-subscription-key-here' field
Run the code to verify your connection is running
Python Example for Azure AI Limited-use Product
HTTP Example for Azure AI Limited-use Product
Python Example for Azure AI Anthropic Limited-use Product
The code samples are for testing the connection - for production use please store your credentials in environment variables, not hardcoded
If you are working in a Jupyter Notebook or locally where you have the Azure CLI installed, you can use the Azure AI SDK method with your cached credentials (
DefaultAzureCredential).For strictly OpenAI models you can also use the official OpenAI Python library
*to use our models with other frameworks, tools or languages please reach out to us for support!
Request for additional models to be added
On the Developer Portal home page, click 'Contact API admin' or message Preslav Penchev directly via Teams
Provide justification and/or purpose of access
If time limited please provide schedule
Specify the model/s needed
if a model is not listed it can be added to resource
If your request is part of research / MVP please share the ADN page