Atlas

Long-Form Content

Designed for comprehensive guides, ebooks, and lengthy documentation. Maintains consistency across thousands of words.

Base model
Llama 3.3 70B
Parameters
70B
Context window
128K tokens
Credits / 1K tokens
250 in · 1000 out

Best for

EbooksGuidesDocumentation
Use Atlas via the API
OpenAI-compatible — set model: "atlas" in any OpenAI SDK.
bash
curl https://www.linguachats.ai//v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "atlas",
    "messages": [{"role": "user", "content": "..."}]
  }'