1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- provider: qwen3
- label:
- en_US: Qwen3
- description:
- en_US: Models provided by qwen3.
- zh_Hans: Qwen3 提供的模型。
- icon_small:
- en_US: icon_s_en.svg
- icon_large:
- en_US: icon_l_en.svg
- background: "#E5E7EB"
- help:
- title:
- en_US: Get your API Key from qwen3
- zh_Hans: 从 Qwen3 获取 API Key
- url:
- en_US: https://__put_your_url_here__/account/api-keys
- supported_model_types:
- - llm
- configurate_methods:
- - predefined-model
- provider_credential_schema:
- credential_form_schemas:
- - label:
- en_US: API Key
- placeholder:
- en_US: Enter your API Key
- zh_Hans: 在此输入您的 API Key
- required: false
- type: secret-input
- variable: api_key
- - label:
- en_US: Custom API endpoint URL
- zh_Hans: 自定义 API endpoint 地址
- placeholder:
- en_US: Base URL, e.g. https://api.deepseek.com/v1 or https://api.deepseek.com
- zh_Hans: Base URL, e.g. https://api.deepseek.com/v1 or https://api.deepseek.com
- required: false
- type: text-input
- variable: endpoint_url
- models:
- llm:
- predefined:
- - "models/llm/*.yaml"
- extra:
- python:
- provider_source: provider/qwen3.py
- model_sources:
- - "models/llm/llm.py"
|