Agnes-3.0-Flash Preview is the open-weight checkpoint on Hugging Face. The card is Apache-2.0, pipeline image-text-to-text, languages English and Chinese. Hugging Face listed 120 likes and 34 last-month downloads on 2026-09-13. createdAt is 2026-09-11. Safetensors total about 33.09B parameters (BF16). r/LocalLLaMA hot on 2026-09-13 titled it "Agnes-AI/Agnes-3.0-Flash 33B Multimodal, AA score: 36". Treat that AA figure as the proprietary API score, not these weights.
The card is explicit: this repo is an earlier Preview checkpoint. The production/API model on Artificial Analysis is a different checkpoint (1M context, proprietary). Do not copy API scores onto the 33B files.
Compare Qwen3.8-27B if you wanted a dense local chat SKU, Muse Glimmer if you wanted another ~30B open multimodal, or Ling-3.0-Flash if you wanted a hosted flash SKU.
Key Features
- Hybrid attention: 72 decoder layers, 3:1 gated delta-rule vs global attention. Only 18 layers keep a growing KV cache. Context on the Preview card is 262,144 tokens.
- Multimodal: text, image, and video through bundled processors. Vision tower is 27 layers, hidden 1152, patch 16.
- Reasoning effort: chat template exposes
high/medium/lowplusenable_thinking=False. - Tool calling:
<tool_call><function=…>blocks. SGLang serve script and patch files ship in-repo. - Remote code: load with
trust_remote_code=True. Tested path on the card istransformers>=5.12.
Limitation: 120 likes is heat, not an audit. Custom architecture needs remote code. Hardware note on the card is 1 x H200 141 GB or H100 80 GB at bf16, about 66 GB on disk. Preview vendor rows (IFBench 74.20, GPQA Diamond 85.05, SciCode 38.08) are mixed-harness reference numbers. We did not rerun them.
Specs
| Item | Value | Source |
|---|---|---|
| Parameters | ~33.09B BF16 | HF API, 2026-09-13 |
| Context (Preview) | 262,144 tokens | HF card |
| License | Apache-2.0 | same card |
| Likes / last-month downloads | 120 / 34 | HF API, 2026-09-13 |
| API twin (not these weights) | 1M ctx, $0.05 / $0.15 per 1M, AA Index 36 | Artificial Analysis, 2026-09-13 |
| Software price | $0 weights | Apache-2.0 |
Use Cases
- Local multimodal boxes that can spare one H100/H200 and want Apache-2.0 weights with images and video.
- People who saw the r/LocalLLaMA 33B post and need the Preview vs API split spelled out.
- People who should call the API instead if they wanted the 1M-context proprietary SKU at $0.05 / $0.15.
If you needed a cheap hosted flash path, start with DeepSeek-V4-Flash.
Getting Started
- Open Agnes-AI/Agnes-3.0-Flash.
pip install "transformers>=5.12" torch torchvision accelerate.- Load with
trust_remote_code=True,dtype="bfloat16",device_map="auto". - For serving, follow
serve.shandsglang_patch/rather than a stock public image.
First-party resource: the model card. Product site: agnes-ai.com.
Frequently Asked Questions
Is the Hugging Face repo the same model as Artificial Analysis score 36?
No. The card says Preview is 33B / 262k. AA lists a proprietary 1M-context API model. Reddit's title mixed the two.
Can I skip trust_remote_code?
No. The architecture is custom (AgnesForConditionalGeneration).
Does Preview have a 1M window?
Not on the open weights. 1M is the production/API checkpoint.
Alternatives
- Qwen3.8-27B: dense local chat without a custom remote-code stack.
- Muse Glimmer: another ~30B open multimodal on this site.
- DeepSeek-V4-Flash: hosted flash SKU if you did not want to self-host.
Tips
- Do not paste AA Index 36 onto the 33B files.
- Keep
temperature1.0,top_p0.95,top_k20 unless you remeasure. - Run
serve.shfrom the repo instead of assuming stock vLLM knowsagnes.
Conclusion
Agnes-3.0-Flash Preview is the 33B Apache-2.0 multimodal dump to try if you have an H100-class box and can live with remote code. Start at the Hugging Face card, and keep the proprietary API page separate.
Comments
No comments yet. Be the first to comment!
Related Tools
Nex-N2.5-mini is Nex-AGI's Apache-2.0 multimodal agent model for computer use, browsing, and coding.
Related Insights

Grok Bot and Hermes Bot: one person finally gets a think tank and a secretariat
Grok Bot now ships with Cursor Pro+. Hermes Bot runs on a VPS. They are not smarter chat boxes. The think tank advises, the secretariat executes, and you still make the call.
Hook OpenCode Go into Codex on Windows. Do Not Open a Second Toolkit.
A ChatGPT-signed Codex desktop app still shows mostly GPT in the picker. On Windows, enable only OpenCode Go and the Grok, GLM, Kimi, DeepSeek, and MiniMax models you already pay for appear in the same selector. Keys stay local. Native GPT stays put.
What Locks Codex Is the Picker, Not the Models
You already pay for OpenCode Go, Grok, and Z.ai, but the Codex picker still shows mostly GPT. The community project codex-router does not teach another install ritual. It puts subscriptions you already bought back into the selector, keeps keys on the machine, and leaves native GPT alone.