mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
feat(qwen): add support for qwen3-max-preview model
This adds the 'qwen3-max-preview' model to the list of supported models for the chat.qwen.ai provider. Resolves #3172
This commit is contained in:
parent
4c1da4e610
commit
6972b56c8c
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ class Qwen(AsyncGeneratorProvider, ProviderModelMixin):
|
|||
|
||||
# Complete list of models, extracted from the API
|
||||
models = [
|
||||
"qwen3-max-preview",
|
||||
"qwen3-235b-a22b",
|
||||
"qwen3-coder-plus",
|
||||
"qwen3-30b-a3b",
|
||||
|
|
@ -206,3 +207,4 @@ class Qwen(AsyncGeneratorProvider, ProviderModelMixin):
|
|||
raise e
|
||||
|
||||
raise RateLimitError("The Qwen provider reached the request limit after 5 attempts.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue