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 IDdots-studio/dots-3-note-preview
ProviderDots Studio
Context window512,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENSNot available
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENSNot 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