mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 00:18:12 +08:00
## 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>
55 lines
1.0 KiB
JSON
55 lines
1.0 KiB
JSON
{
|
|
"name": "DeepInfra",
|
|
"url": {
|
|
"default": "https://api.deepinfra.com"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "v1/chat/completions",
|
|
"models": "models/list",
|
|
"balance": "payment/checklist",
|
|
"rerank": "v1/inference",
|
|
"embedding": "v1/embeddings",
|
|
"tts": "v1/text-to-speech",
|
|
"asr": "v1/audio/transcriptions"
|
|
},
|
|
"class": "deepinfra",
|
|
"models": [
|
|
{
|
|
"name": "deepseek-ai/DeepSeek-V3.2",
|
|
"content_length": 131072,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
},
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "Qwen/Qwen3-Embedding-4B",
|
|
"max_tokens": 8192,
|
|
"model_types": [
|
|
"embedding"
|
|
]
|
|
},
|
|
{
|
|
"name": "hexgrad/Kokoro-82M",
|
|
"max_tokens": 16384,
|
|
"model_types": [
|
|
"tts"
|
|
]
|
|
},
|
|
{
|
|
"name": "bosonai/HiggsAudioV2.5",
|
|
"max_tokens": 8192,
|
|
"model_types": [
|
|
"asr"
|
|
]
|
|
}
|
|
]
|
|
}
|