Every open model, one click away.
Models
GLM-4.5-Air
Chat
Chat, tool calls and agents.
- Context
- 33K tokens
- Parameters
- 106B (12B active)
- Licence
- MIT
- Output
- Text
$1.50 / 1M tokens
Wan2.1-VACE Video
Alibaba (Wan)
Text/identity-to-video generation (Wan2.1-VACE).
- Parameters
- 14B
- Licence
- apache-2.0
- Output
- Video
$50.00 / 1M tokens
Qwen-3.5
Alibaba (Qwen)
Reads screenshots and documents, answers in text.
- Context
- 33K tokens
- Parameters
- 0.8B-27B
- Output
- Text
$0.15 / 1M tokens
Whisper Large v3
OpenAI
Turns speech into text.
- Parameters
- 809M
- Licence
- MIT
- Output
- Text
$0.004 / minute
Qwen-2.5
Alibaba (Qwen)
Chat, tool calls and agents.
- Context
- 33K tokens
- Parameters
- 500M
- Licence
- Apache-2.0
- Output
- Text
$0.15 / 1M tokens
OpenAI-compatible
Two lines change. Nothing else.
Point the OpenAI SDK you already use at Open LLMs and pick a model from the table above. Same request shape, same response shape, same streaming.
- Base URL
- https://api.openai.com/v1https://api.openllms.co/v1
- Model
- gpt-4oglm-4-5-air-awq
curl https://api.openllms.co/v1/chat/completions \
-H "Authorization: Bearer $OPENLLMS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-4-5-air-awq",
"messages": [{"role": "user", "content": "Hello"}]
}'