Skip to content

Commit e28c070

Browse files
authored
chore: Nebius through portkey dropped qwen3-14b (#603)
## Description <!-- What does this PR do? --> ## PR Type <!-- Delete the types that don't apply --!> 💅 Refactor ## Relevant issues <!-- e.g. "Fixes #123" --> ## Checklist - [ ] I have added unit tests that prove my fix/feature works - [ ] New and existing tests pass locally - [ ] Documentation was updated where necessary - [ ] I have read and followed the [contribution guidelines](https://github.com/mozilla-ai/any-llm/blob/main/CONTRIBUTING.md)```
1 parent e7caaf0 commit e28c070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def provider_reasoning_model_map() -> dict[LLMProvider, str]:
3434
LLMProvider.NEBIUS: "openai/gpt-oss-20b",
3535
LLMProvider.SAMBANOVA: "DeepSeek-R1-Distill-Llama-70B",
3636
LLMProvider.TOGETHER: "OpenAI/gpt-oss-20B",
37-
LLMProvider.PORTKEY: "@nebius-any-llm/Qwen/Qwen3-14B",
37+
LLMProvider.PORTKEY: "@nebius-any-llm/Qwen/Qwen3-32B",
3838
LLMProvider.MINIMAX: "MiniMax-M2",
3939
LLMProvider.ZAI: "glm-4.5-flash",
4040
}

0 commit comments

Comments
 (0)