Files
ragflow/conf/models/volcengine.json
Jin Hai 83d09b16ce Fix Go: list providers order issue. (#16616)
### Summary

As title.

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2026-07-03 18:27:32 +08:00

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"
]
}
]
}