Files
ragflow/conf/models/siliconflow.json
jay77721 47ecc2a231 feat: populate content_length and max_output from official docs (#17836)
## Summary

- Verify and populate `content_length` (context window) and `max_output`
(max generation tokens) for all **478 chat/vision models** across **47
provider configs**
- Data sourced from **official API documentation** via 12 parallel
agents + targeted web verification
- Update Go test assertions to match verified values

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-05 15:22:57 +08:00

157 lines
2.9 KiB
JSON

{
"name": "SILICONFLOW",
"rank": 980,
"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",
"content_length": 1048576,
"max_output": 393216,
"model_types": [
"chat"
],
"tools": {
"support": true
},
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "Pro/deepseek-ai/DeepSeek-V4-Flash",
"content_length": 1048576,
"max_output": 393216,
"model_types": [
"chat"
],
"tools": {
"support": true
},
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "Pro/moonshotai/Kimi-K2.6",
"content_length": 262144,
"max_output": 65536,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
},
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "Pro/zai-org/GLM-5.1",
"content_length": 200000,
"max_output": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
},
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "qwen/qwen3-8b",
"content_length": 131072,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "qwen/qwen3.5-4b",
"content_length": 262144,
"max_output": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "tencent/hunyuan-mt-7b",
"content_length": 32768,
"max_output": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"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"
]
}
]
}