Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,46 @@ pinned: false
|
|
| 8 |
short_description: Create next-generation AI applications with breakthrough spe
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
short_description: Create next-generation AI applications with breakthrough spe
|
| 9 |
---
|
| 10 |
|
| 11 |
+
---
|
| 12 |
+
sidebar_position: 1
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Introduction
|
| 16 |
+
|
| 17 |
+
This section introduces Azerion Intelligence, an API platform designed to help developers easily access and integrate language models into their applications.
|
| 18 |
+
|
| 19 |
+
## What is Azerion Intelligence?
|
| 20 |
+
|
| 21 |
+
Azerion Intelligence provides a simple, reliable, and OpenAI-compatible way to use powerful language models. Our platform focuses on delivering a clean developer experience, allowing you to integrate AI capabilities quickly and efficiently.
|
| 22 |
+
|
| 23 |
+
The platform's core is an API that mirrors the structure and functionality of the widely-used OpenAI API, making it easy to get started if you're already familiar with AI models or migrating from another provider.
|
| 24 |
+
|
| 25 |
+
**Key Information:**
|
| 26 |
+
* **Base API URL:** `https://api.azerion-ai.com/v1`
|
| 27 |
+
* **Purpose:** Simple access to general-purpose language models.
|
| 28 |
+
* **Authentication:** API Keys (obtained from your account dashboard).
|
| 29 |
+
|
| 30 |
+
Whether you're building a new AI-powered feature, automating workflows, or analyzing text, Azerion Intelligence offers the tools you need.
|
| 31 |
+
|
| 32 |
+
## Benefits
|
| 33 |
+
|
| 34 |
+
Using Azerion Intelligence offers several advantages:
|
| 35 |
+
|
| 36 |
+
* **Fast Integration:** Get up and running quickly due to the familiar OpenAI-compatible API structure. Leverage existing libraries and tools.
|
| 37 |
+
* **Simplified Development:** Focus on building your application's core logic rather than spending time learning a new, complex API structure.
|
| 38 |
+
* **Easy Migration:** Seamlessly transition from existing OpenAI integrations with minimal code changes.
|
| 39 |
+
* **Access to Models:** Gain access to robust language models suitable for a wide range of tasks.
|
| 40 |
+
* **Reliable Platform:** Build and deploy with confidence on a stable and scalable infrastructure.
|
| 41 |
+
|
| 42 |
+
Our goal is to empower you to integrate AI capabilities into your projects efficiently, accelerating your development cycle.
|
| 43 |
+
|
| 44 |
+
## OpenAI Compatibility
|
| 45 |
+
|
| 46 |
+
A key feature of Azerion Intelligence is its compatibility with the OpenAI API. This means:
|
| 47 |
+
|
| 48 |
+
* **Familiar Endpoints:** Interact with the API using endpoints like `/v1/chat/completions` and `/v1/models`, just as you would with OpenAI.
|
| 49 |
+
* **Use Existing Client Libraries:** Many standard OpenAI client libraries in various programming languages can be used directly with Azerion Intelligence. Typically, you only need to change the base URL to `https://api.azerion-ai.com/v1` and use your Azerion Intelligence API key.
|
| 50 |
+
* **Reduced Learning Curve:** If you have prior experience with the OpenAI API, you'll find the Azerion Intelligence API immediately intuitive.
|
| 51 |
+
* **Simplified Code:** Your application code interacting with language models can remain largely unchanged if you are migrating or want to support multiple providers.
|
| 52 |
+
|
| 53 |
+
This compatibility is designed to make integrating Azerion Intelligence into your existing projects as smooth and effortless as possible. The [Getting Started](https://docs.azerion-ai.com/getting-started/quickstart) guide provides practical examples of how to leverage this compatibility.
|