Ornith-1.0-35B (DeepReinforce)
35B开源编码代理模型,原生工具调用与推理链
仅 safetensors · 无 pickle 加载风险
社区实测
从零搭建项目比 Qwen 3.6 35B 略好,但在已有代码库上表现很差,实用性受限。
- 从零搭建项目(非已有代码库)的场景表现优于同体量的 Qwen 3.6 35B
- 在已有代码库上修改/协作时效果急剧下降,社区反馈'失败得很惨'
截至 2026-07-05
快速上手
vllm serve deepreinforce-ai/Ornith-1.0-35B-FP8 --served-model-name Ornith-1.0-35B --max-model-len 262144 --gpu-memory-utilization 0.90 --enable-prefix-caching --enable-auto-tool-choice --tool-call-parser qwen3_xml --reasoning-parser qwen3 --trust-remote-code