Dots3-Note Preview (free)
Dots3-Note Preview is an open-weight mixture-of-experts model from Dots Studio, with 16B active parameters out of 280B total. It is the lightest model in the Dots 3 family and is suited for reasoning, coding, multimodal understanding, long-context processing, and multi-step agent workflows.
dots-studio/dots-3-note-preview:free
- Context
- 512k tokens
- Completion cap
- 512,000
- Tools
- Yes
- JSON
- Yes
- Released
- 2026-08-14
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "dots-studio/dots-3-note-preview:free",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is Dots3-Note Preview (free)?
- Dots3-Note Preview is an open-weight mixture-of-experts model from Dots Studio, with 16B active parameters out of 280B total. It is the lightest model in the Dots 3 family and is suited for reasoning, coding, multimodal understanding, long-context processing, and multi-step agent workflows. Dots3-Note Preview (free) runs on the Geek Hub API (OpenAI-compatible). Model id: dots-studio/dots-3-note-preview:free.
- Is Dots3-Note Preview (free) free?
- Yes. The listed price is zero — you are not charged for prompt or completion tokens. Free endpoints are rate limited.
- What is the context length of Dots3-Note Preview (free)?
- Dots3-Note Preview (free) has a 512k tokens context window. It supports up to 512,000 completion tokens.
- Does Dots3-Note Preview (free) support tool calling and structured outputs?
- Dots3-Note Preview (free) accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
- When was Dots3-Note Preview (free) released?
- Dots3-Note Preview (free) was released on 2026-08-14.