How to use an API:

Sign in

  1. Go to the 'Sign in' section at the top right

  2. Click on the 'Microsoft Entra ID' button and sign in via your Acronis account

  3. At the 'Complete sign up' step fill in your Acronis e-mail

  4. Your account should now be created!

Subscribe to an API Product

  1. Once signed in, navigate to 'Products' and select the relevant product

  2. Enter a new subscription name (e.g 'mysub') in the field and click 'Subscribe' to generate your subscription to the product

  3. 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

  1. Download Chatbox for your OS - https://chatboxai.app/en

  2. 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

  1. Copy and paste the code block to your editor

  2. Replace the Host URL for the product you want to use in the 'URL' section

  3. Copy your key for the relevant product (from 'My subscriptions' in the Portal) and paste it into the 'insert-your-subscription-key-here' field

  4. 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

  1. On the Developer Portal home page, click 'Contact API admin' or message Preslav Penchev directly via Teams

  2. Provide justification and/or purpose of access

  3. If time limited please provide schedule

  4. Specify the model/s needed

    1. if a model is not listed it can be added to resource

  5. If your request is part of research / MVP please share the ADN page