Feat: add Qwen3-Embedding text-embedding-v4 (#8184)
### What problem does this PR solve? Add Qwen3-Embedding text-embedding-v4. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
6aff3e052a
commit
5e30426916
1 changed files with 6 additions and 0 deletions
|
|
@ -360,6 +360,12 @@
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"model_type": "embedding"
|
"model_type": "embedding"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"llm_name": "text-embedding-v4",
|
||||||
|
"tags": "TEXT EMBEDDING,8K",
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"model_type": "embedding"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "qwen-vl-max",
|
"llm_name": "qwen-vl-max",
|
||||||
"tags": "LLM,CHAT,IMAGE2TEXT",
|
"tags": "LLM,CHAT,IMAGE2TEXT",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue