A

Azure OpenAI

Browse models provided by Azure OpenAI

Active7 models

Models

7

Modalities

text

input & output

Models

API Usage

Use any model from Azure OpenAI through the AllToken unified API.

curl https://alltoken.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "provider/model-name",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'