feat(abacus): add 21 new provider model configurations#2725
Conversation
|
@rekram1-node would be nice to get this in - a lot of the new models are not available for Abacus users |
936e80a to
7a716c3
Compare
|
AUTOMATED REVIEW: Blocking merge: all inherited reasoning models need explicit provider-specific |
c66ede7 to
40dfd6c
Compare
@rekram1-node Should all be fixed now - thanks for the feedback |
b1a3b9a to
3829f48
Compare
Add explicit provider-specific reasoning_options = [] to Abacus models that inherit reasoning capability from base_model, since no Abacus caller controls were verified. Also remove incorrect temperature = true overrides from Claude Opus 4.7 and 4.8.
3829f48 to
04155b9
Compare
|
@rekram1-node could we get this one in? It kind of sucks only being able to use the old models |
This PR adds 21 new model configurations to the Abacus provider, covering recently released models from OpenAI, Google, Anthropic, DeepSeek, xAI, Moonshot AI, MiniMax, Qwen, Zhipu AI (zai-org), and Xiaomi (MiMo).
Models added
MiniMaxAI/MiniMax-M2.7minimax/MiniMax-M2.7MiniMaxAI/MiniMax-M3minimax/MiniMax-M3Qwen/Qwen3.6-27Balibaba/qwen3.6-27bclaude-opus-4-7anthropic/claude-opus-4-7claude-opus-4-8anthropic/claude-opus-4-8deepseek-ai/DeepSeek-V4-Flashdeepseek/deepseek-v4-flashdeepseek-ai/DeepSeek-V4-Prodeepseek/deepseek-v4-progemini-3.1-flash-litegoogle/gemini-3.1-flash-litegemini-3.5-flashgoogle/gemini-3.5-flashgoogle/gemma-4-31b-itgoogle/gemma-4-31b-itgpt-4oopenai/gpt-4ogpt-5.4-miniopenai/gpt-5.4-minigpt-5.4-nanoopenai/gpt-5.4-nanogpt-5.5openai/gpt-5.5grok-4.20-beta-0309-non-reasoningxai/grok-4.20-0309-non-reasoninggrok-4.3xai/grok-4.3mimo-v2-proxiaomi/mimo-v2-promoonshotai/Kimi-K2.6moonshotai/kimi-k2.6moonshotai/Kimi-K2.7-Codemoonshotai/kimi-k2.7-codeqwen3.6-plusalibaba/qwen3.6-pluszai-org/GLM-5.1zhipuai/glm-5.1zai-org/GLM-5.2zhipuai/glm-5.2Validation
All changes have been validated using the tooling documented in
README.md:bun validate✅ passes with no errors.bun run compare:migrationswas run; it produced no diff because these are new provider model files rather than migrations of existing fields.cd packages/web && bun run build✅ completes successfully.packages/web/dist/_api.jsonwas inspected locally and confirms the Abacus provider now contains the new models.All new files use existing
base_modelreferences and follow the provider TOML conventions used elsewhere in the repo.