Skip to main content

FAQ

Find answers to common questions about the Azerion Intelligence platform and its documentation.

General Questions

What is Azerion Intelligence?

Azerion Intelligence is an OpenAI-compatible API platform that provides developers with access to a diverse range of large language models (LLMs) from various leading providers. It is designed for ease of use and quick integration.

How is Azerion Intelligence different from OpenAI?

While Azerion Intelligence is designed to be largely compatible with the OpenAI API for ease of migration, it offers access to models from multiple providers, not just OpenAI. This gives you more flexibility in choosing the best model for your needs.

Migrating from OpenAI

We provide a dedicated guide to help you Migrate from OpenAI.

What kind of models are available?

Azerion Intelligence provides access to various types of models, primarily focusing on text-to-text models for chat completions and other language tasks. You can find a list of Available Models and use the List Models API endpoint for the most current list.

API and Authentication

How do I get an API key?

You can obtain an API key from your account settings on the Azerion Intelligence platform website. Refer to the Authentication guide for detailed steps.

How do I use my API key?

Include your API key or access token in the Authorization header of your API requests using the Bearer scheme: Authorization: Bearer YOUR_API_KEY_OR_TOKEN. See the Authentication guide for more details.

Can I use the OpenAI SDKs?

Yes, due to OpenAI compatibility, you can often use the official OpenAI SDKs by configuring the base URL to point to the Azerion Intelligence API. See the Quickstart guide for an example using the Python SDK.

Troubleshooting

I'm getting an authentication error. What should I do?

  • Ensure you are including your API key or access token in the Authorization: Bearer header correctly.
  • Verify that your API key or access token is valid and has not expired or been revoked.
  • Check for any leading or trailing spaces in your API key or token.
  • Refer to the Authentication guide for troubleshooting steps.

Where can I find more help?

If you cannot find the answer to your question in the documentation, please contact our support team support@azerion.ai