Files
ragflow/conf/models/siliconflow.json

128 lines
2.4 KiB
JSON

{
"name": "SiliconFlow",
"url": {
"default": "https://api.siliconflow.cn/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"embedding": "embeddings",
"rerank": "rerank",
"balance": "user/info",
"tts": "audio/speech",
"asr": "audio/transcriptions"
},
"models": [
{
"name": "Pro/deepseek-ai/DeepSeek-V4-Pro",
"max_tokens": 1048576,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "Pro/deepseek-ai/DeepSeek-V4-Flash",
"max_tokens": 1048576,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "Pro/moonshotai/Kimi-K2.6",
"max_tokens": 262144,
"model_types": [
"chat",
"vision"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "Pro/zai-org/GLM-5.1",
"max_tokens": 204800,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "qwen/qwen3-8b",
"max_tokens": 32768,
"model_types": [
"chat"
]
},
{
"name": "qwen/qwen3.5-4b",
"max_tokens": 262144,
"model_types": [
"chat"
]
},
{
"name": "tencent/hunyuan-mt-7b",
"max_tokens": 32768,
"model_types": [
"chat"
]
},
{
"name": "BAAI/bge-reranker-v2-m3",
"max_tokens": 8192,
"model_types": [
"rerank"
]
},
{
"name": "Qwen/Qwen3-Embedding-0.6B",
"max_tokens": 8192,
"model_types": [
"embedding"
]
},
{
"name": "BAAI/bge-m3",
"max_tokens": 8192,
"model_types": [
"embedding"
],
"max_dimension": 1024,
"dimensions": []
},
{
"name": "fnlp/MOSS-TTSD-v0.5",
"max_tokens": 8192,
"model_types": [
"tts"
]
},
{
"name": "FunAudioLLM/CosyVoice2-0.5B",
"max_tokens": 8192,
"model_types": [
"tts"
]
},
{
"name": "FunAudioLLM/SenseVoiceSmall",
"max_tokens": 8192,
"model_types": [
"asr"
]
}
]
}