qwen3.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. provider: qwen3
  2. label:
  3. en_US: Qwen3
  4. description:
  5. en_US: Models provided by qwen3.
  6. zh_Hans: Qwen3 提供的模型。
  7. icon_small:
  8. en_US: icon_s_en.svg
  9. icon_large:
  10. en_US: icon_l_en.svg
  11. background: "#E5E7EB"
  12. help:
  13. title:
  14. en_US: Get your API Key from qwen3
  15. zh_Hans: 从 Qwen3 获取 API Key
  16. url:
  17. en_US: https://__put_your_url_here__/account/api-keys
  18. supported_model_types:
  19. - llm
  20. configurate_methods:
  21. - predefined-model
  22. provider_credential_schema:
  23. credential_form_schemas:
  24. - label:
  25. en_US: API Key
  26. placeholder:
  27. en_US: Enter your API Key
  28. zh_Hans: 在此输入您的 API Key
  29. required: false
  30. type: secret-input
  31. variable: api_key
  32. - label:
  33. en_US: Custom API endpoint URL
  34. zh_Hans: 自定义 API endpoint 地址
  35. placeholder:
  36. en_US: Base URL, e.g. https://api.deepseek.com/v1 or https://api.deepseek.com
  37. zh_Hans: Base URL, e.g. https://api.deepseek.com/v1 or https://api.deepseek.com
  38. required: false
  39. type: text-input
  40. variable: endpoint_url
  41. models:
  42. llm:
  43. predefined:
  44. - "models/llm/*.yaml"
  45. extra:
  46. python:
  47. provider_source: provider/qwen3.py
  48. model_sources:
  49. - "models/llm/llm.py"