Dots Studio / dots-studio/dots-3-note-preview
Dots3-Note Preview - access through LLMTR
Dots3-Note Preview is Dots Studio's open-weight mixture-of-experts model (280B total, 16B active parameters) and the lightest member of the Dots 3 family. It always reasons step by step before answering (reasoning is on by default). It accepts image input alongside text and supports function calling and JSON-formatted output. With a 512K-token context window it suits long-document analysis, coding help, and multi-step agent workflows. It is offered free with a daily usage quota; once the quota is reached, requests are limited until the next day.
Technical specifications
| Canonical ID | dots-studio/dots-3-note-preview |
|---|---|
| Provider | Dots Studio |
| Context window | 512,000 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text, image |
Pricing
An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | Not available |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | Not available |
Example usage
With existing OpenAI SDK flows, change only the base URL and model identifier.
curl https://llmtr.com/v1/chat/completions \
-H "Authorization: Bearer llmtr-your_key" \
-H "Content-Type: application/json" \
-d '{"model":"dots-studio/dots-3-note-preview","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Gemma 4 llmtr/gemma-4
- Qwen 3.6 35B-A3B llmtr/qwen3-6-35b
- Trendyol Asure 12B llmtr/trendyol-asure-12b
- Magibu 11B v8 llmtr/magibu-11b-v8
- Muse Glimmer 30B (Turkey) llmtr/muse-glimmer-30b-tr
- EmbeddingGemma 300M llmtr/embeddinggemma-300m
- Qwen 3.5 4B llmtr/qwen3-5-4b
- GPT-5.6 Sol openai/gpt-5.6-sol