Roo-Code/src/api/providers
Daniel ed45d1c081
feat: add zai-glm-4.6 model to Cerebras and set gpt-oss-120b as default (#8920)
* feat: add zai-glm-4.6 model and update gpt-oss-120b for Cerebras

- Add zai-glm-4.6 with 128K context window and 40K max tokens
- Set zai-glm-4.6 as default Cerebras model
- Update gpt-oss-120b to 128K context and 40K max tokens

* feat: add zai-glm-4.6 model to Cerebras provider

- Add zai-glm-4.6 with 128K context window and 40K max tokens
- Set zai-glm-4.6 as default Cerebras model
- Model provides ~2000 tokens/s for general-purpose tasks

* add [SOON TO BE DEPRECATED] warning for Q3C

* chore: set gpt-oss-120b as default Cerebras model

* Fix cerebras test: update expected default model to gpt-oss-120b

* Apply suggestion from @mrubens

Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>

---------

Co-authored-by: kevint-cerebras <kevin.taylor@cerebras.net>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-10-29 17:22:16 -04:00
..
__tests__ feat: add zai-glm-4.6 model to Cerebras and set gpt-oss-120b as default (#8920) 2025-10-29 17:22:16 -04:00
fetchers Enabled reasoning in Roo provider (#8874) 2025-10-27 21:15:02 -04:00
utils fix: add error transform to cryptic openAI SDK errors when API key is invalid (#7586) 2025-09-04 23:12:28 -04:00
anthropic-vertex.ts Move provider data into @roo-code/types (#4153) 2025-05-30 14:54:48 -07:00
anthropic.ts Add Claude Haiku 4.5 (#8673) 2025-10-15 15:55:32 -05:00
base-openai-compatible-provider.ts fix: adjust GLM-4.6-turbo max output tokens to prevent context limit errors (#8822) 2025-10-25 14:08:27 -04:00
base-provider.ts Move provider data into @roo-code/types (#4153) 2025-05-30 14:54:48 -07:00
bedrock.ts feat: Add userAgent to Bedrock client for version tracking (#8663) 2025-10-16 23:08:38 -04:00
cerebras.ts Add Qwen 3 Coder from Cerebras (#6562) 2025-08-01 15:29:33 -04:00
chutes.ts feat: Add DeepSeek R1 support to Chutes provider (#4523) (#4525) 2025-06-12 11:39:41 -04:00
claude-code.ts Feature/vertex ai model name conversion (#5728) 2025-07-15 14:15:33 -04:00
constants.ts feat: add User-Agent header to API providers (#5492) 2025-07-08 23:19:56 -04:00
deepinfra.ts feat: Add DeepInfra as a model provider in Roo Code (#7677) 2025-09-04 17:28:45 -04:00
deepseek.ts Move provider data into @roo-code/types (#4153) 2025-05-30 14:54:48 -07:00
doubao.ts Support new LLM provider: Doubao (#6345) 2025-07-30 16:54:16 -04:00
fake-ai.ts Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
featherless.ts feat: Featherless provider (#7235) 2025-08-20 10:42:57 -07:00
fireworks.ts Add the fireworks AI provider (#6652) 2025-08-04 19:27:12 -07:00
gemini.ts fix: apply tiered pricing for Gemini models via Vertex AI (#8018) 2025-09-19 22:49:42 -04:00
glama.ts Move provider data into @roo-code/types (#4153) 2025-05-30 14:54:48 -07:00
groq.ts Fix Groq context window display (#7839) 2025-09-10 00:50:57 -04:00
huggingface.ts fix: add error transform to cryptic openAI SDK errors when API key is invalid (#7586) 2025-09-04 23:12:28 -04:00
human-relay.ts Enable browser-use tool for all image-capable models (#8121) 2025-10-21 22:23:42 -04:00
index.ts Feat: Add Minimax Provider (fixes #8818) (#8820) 2025-10-29 09:51:51 -04:00
io-intelligence.ts Get the model id property for a given provider (#8009) 2025-09-17 15:24:27 -07:00
lite-llm.ts fix: use max_completion_tokens for GPT-5 models in LiteLLM provider (#6980) 2025-09-26 23:16:20 -04:00
lm-studio.ts fix: add error transform to cryptic openAI SDK errors when API key is invalid (#7586) 2025-09-04 23:12:28 -04:00
minimax.ts Feat: Add Minimax Provider (fixes #8818) (#8820) 2025-10-29 09:51:51 -04:00
mistral.ts fix: handle Mistral thinking content as reasoning chunks (#7106) 2025-08-23 06:33:43 -07:00
moonshot.ts fix: Fix the issue of Moonshot's maximum return token count being limited to 1024 (#7673) 2025-09-04 23:19:58 -04:00
native-ollama.ts fix: respect Ollama Modelfile num_ctx configuration (#7798) 2025-09-22 23:08:09 -04:00
ollama.ts fix: add error transform to cryptic openAI SDK errors when API key is invalid (#7586) 2025-09-04 23:12:28 -04:00
openai-native.ts fix: preserve context by retrying with full conversation on invalid previous_response_id (#7714) 2025-09-05 16:09:14 -04:00
openai.ts Revert PR #7188 - Restore temperature parameter to fix TabbyApi/ExLlamaV2 crashes (#7594) 2025-09-08 10:30:02 -04:00
openrouter.ts fix: add error transform to cryptic openAI SDK errors when API key is invalid (#7586) 2025-09-04 23:12:28 -04:00
qwen-code.ts Fix build error (#7397) 2025-08-25 12:18:59 -07:00
requesty.ts fix: add error transform to cryptic openAI SDK errors when API key is invalid (#7586) 2025-09-04 23:12:28 -04:00
roo.ts Enabled reasoning in Roo provider (#8874) 2025-10-27 21:15:02 -04:00
router-provider.ts feat: adding default headers and testing for litellm fetcher (#5242) 2025-06-30 20:23:11 -04:00
sambanova.ts feat: add SambaNova provider integration (#6188) 2025-07-30 12:47:12 -04:00
unbound.ts Add cache breakpoints for custom vertex models on Unbound (#4585) 2025-06-13 08:29:40 -04:00
vercel-ai-gateway.ts feat: Add Vercel AI Gateway provider integration (#7396) 2025-08-26 13:41:02 -07:00
vertex.ts Add gemini pro 06 05 (#4386) 2025-06-05 17:49:12 -04:00
vscode-lm.ts feat: enhance token counting by extracting text from messages using VSCode LM API (#6424) 2025-07-30 16:56:01 -04:00
xai.ts fix: add error transform to cryptic openAI SDK errors when API key is invalid (#7586) 2025-09-04 23:12:28 -04:00
zai.ts feat: Add supportsReasoning property for Z.ai GLM binary thinking mode (#8872) 2025-10-27 21:55:26 -04:00