Introduction

The Alting API provides a standardized way to interact with many of the major AI models available today. Our goal is to make it easier to switch between different providers and models without having to rewrite codebases or breaking functionality.

You can interact with the Alting API using HTTP requests from any language or framework or you can use the OpenAI client for Python and Node.js.

Authentication

Our API uses API keys for authentication. You can manage your API keys on the API keys page. You can apply the API key to your requests using the Authorization header.

Note: API keys should be kept secret. Do not share them with anyone.

Making requests

Making requests to the Alting API is easy. You can use any HTTP client to make requests to the API or you can use the OpenAI client for Python and Node.js.

Streaming

The Alting API supports streaming for text and speech generation currently.

You've reached the end!

We are working on the API reference section. More will be added soon.

Use documentation instead