Build AI Apps. Faster.
Access powerful AI models through a simple API with low-latency inference and smart model routing.
Trusted by
Why use DOS?
Build faster, scale easier, and focus on what matters - your product.
See a dated, reproducible benchmark snapshot with its exact workload and measured results.
Run the best AI models with a single line of code
Access leading open-source and proprietary models for chat, images, code, and more - with smart routing built in.
Model Library
Access open-source and proprietary models for chat, images, video, code, embeddings, and audio.
Drop-in replacement for OpenAI - just change the base URL.
Start building nowDOS.AI Auto
DOS.AI
DeepSeek V4 Flash
Gemini 3.1 Pro
Claude Sonnet 5
Claude Opus 5
GPT-5.6 Sol
What can you build on DOS?
From chatbots to autonomous agents, DOS powers the next generation of AI applications.
Conversational AI
Build intelligent chatbots and virtual assistants.
Create AI-powered chat experiences with multi-turn conversations, context awareness, and natural language understanding.
Support Agent
Online
Hi! How can I help you today?
I need to reset my API key
I've revoked your old key and generated a new one:
dos_sk_live_7f3a...x9k2Copied to clipboard. The old key is now inactive.
Thanks! Can you also check my usage this month?
Here's your usage summary:
Code Assistant
Accelerate development with AI-powered coding.
Generate code, detect bugs, review pull requests, and create documentation automatically with state-of-the-art code models.
import { streamText } from 'ai'
import { createDOS } from '@dos/sdk'
// AI-generated: streaming chat endpoint
const dos = createDOS()
export async function POST(req) {
const { messages } = await req.json()
const result = streamText({
model: dos('dos-ai'),
messages,
temperature: 0.7,
})
return result.toDataStreamResponse()
}
// Handle errors and rate limiting
RAG & Search
Build powerful semantic search experiences.
Create knowledge bases with retrieval-augmented generation for accurate, contextual answers with citation support.
To configure rate limiting, add the rateLimit option to your API configuration:
const config = {
rateLimit: {
requests: 100,
window: '1m'
}
}This limits each API key to 100 requests per minute. You can also set per-endpoint limits.
Sources
Rate Limiting Guide
docs/guides/rate-limiting.md
API Configuration Reference
docs/api/config.md
Security Best Practices
docs/guides/security.md
AI Agents
Deploy autonomous AI agents on any channel.
Launch personal assistants, sales bots, and customer service agents on Telegram, WhatsApp, and more - with built-in memory, skills, and tool use.
Sales Assistant
Active on 3 channels
Conversations
1,247
+12%
Resolved
94.2%
+3%
Avg Response
1.2s
-0.3s
Recent Conversations
Minh T.
2m agoI want to order 50 units of SKU-4421
Sarah L.
5m agoDo you ship internationally?
Nguyen H.
8m agoCan I get a bulk discount?
Support Agent
Online
Hi! How can I help you today?
I need to reset my API key
I've revoked your old key and generated a new one:
dos_sk_live_7f3a...x9k2Copied to clipboard. The old key is now inactive.
Thanks! Can you also check my usage this month?
Here's your usage summary:
Get started today
Start building with DOS in minutes. No credit card required. Get $5 in free credits to explore our API.
Start building for freeFrequently asked questions
Can’t find what you’re looking for? Reach out to our support team at support@dos.ai.
What models does DOS support?
DOS provides access to leading open-source and proprietary models including Llama 4, DeepSeek, Qwen, Gemma, Mistral, and more. Use dos-auto to let our smart router pick the best model for each request automatically.
How does pricing work?
We use pay-as-you-go pricing based on metered usage. There is no minimum commitment, and current rates are published by model.
Is there a free tier?
Yes. New users get $5 in free credits to explore the API before adding funds.
How fast is the inference?
Performance depends on the selected route, model, prompt, and load. Our public benchmark snapshot includes its workload and measured results.
Which AI models can I access?
You get a wide range of models through one API - our own low-cost DOS.AI model plus frontier models from OpenAI, Anthropic, Google, DeepSeek, Qwen, and more. Use dos-auto to automatically route each request to the best model for the job.
Is my data secure?
DOS uses TLS in transit, scoped API access, and managed secret references. Requests may be processed by the model provider selected for the route.
Do you offer enterprise plans?
Contact our team to discuss dedicated resources, support, and deployment requirements.
What SDKs do you provide?
Our REST API is compatible with OpenAI client libraries. The documentation includes a quickstart and API reference.
How do I get support?
Use our documentation and community Discord, or contact support@dos.ai for account-specific help.