mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-06 03:18:36 +08:00
35 lines
663 B
JSON
35 lines
663 B
JSON
{
|
|
"name": "VolcEngine",
|
|
"rank": 986,
|
|
"url": {
|
|
"default": "https://ark.cn-beijing.volces.com/api/v3"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "chat/completions",
|
|
"files": "files",
|
|
"embedding": "embeddings/multimodal",
|
|
"models": "models"
|
|
},
|
|
"class": "volcengine",
|
|
"models": [
|
|
{
|
|
"name": "doubao-seed-2-0-pro-260215",
|
|
"max_tokens": 262144,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "doubao-embedding-vision-251215",
|
|
"max_tokens": 131072,
|
|
"model_types": [
|
|
"embedding"
|
|
]
|
|
}
|
|
]
|
|
}
|