API

Build with ATLAS

Integrate ATLAS into your products with one simple endpoint.

Get API key
const response = await fetch('https://api.atlastalon.com/v1/chat', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer YOUR_API_KEY'
  },
  body: JSON.stringify({
    model: 'atlas-1.0',
    messages: [{ role: 'user', content: 'Hello' }]
  })
});

Endpoints

POST/v1/chatStreaming chat completion
POST/v1/imageGenerate an image
POST/v1/speechText to speech
GET/v1/modelsList models

API Pricing

Starter
$0100K tokens free
100K tokens/month
10 req/sec
Standard support
Enterprise
Custom
Unlimited throughput
Private endpoints
Custom SLAs