DOS.AI
Why DOS AI?
Quick start
from openai import OpenAI
client = OpenAI(
base_url="https://api.dos.ai/v1",
api_key="dos_sk_...", # Get your key at app.dos.ai
)
response = client.chat.completions.create(
model="dos-auto", # Smart routing picks the best model
messages=[
{"role": "user", "content": "Explain quantum computing in one paragraph."}
],
)
print(response.choices[0].message.content)Platform
LLM Inference API
Section
Description
DOSClaw Agents
DOSafe
Feature
Description
Available models
Model ID
Base model
Context
Pricing
Links
Last updated