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>
79 lines
1.5 KiB
JSON
79 lines
1.5 KiB
JSON
{
|
|
"name": "OpenRouter",
|
|
"rank": 989,
|
|
"url": {
|
|
"default": "https://openrouter.ai/api/v1"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "chat/completions",
|
|
"models": "models",
|
|
"embedding": "embeddings",
|
|
"rerank": "rerank",
|
|
"balance": "credits",
|
|
"tts": "audio/speech",
|
|
"asr": "audio/transcriptions"
|
|
},
|
|
"class": "openrouter",
|
|
"models": [
|
|
{
|
|
"name": "google/gemma-4-31b-it",
|
|
"content_length": 262144,
|
|
"max_output": 262144,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
},
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "minimax/minimax-m2.5",
|
|
"content_length": 204800,
|
|
"max_output": 196608,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
},
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "tencent/hy3-preview",
|
|
"content_length": 262144,
|
|
"max_output": 262144,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
},
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "openai/gpt-audio-mini",
|
|
"max_tokens": 131072,
|
|
"model_types": [
|
|
"tts"
|
|
]
|
|
},
|
|
{
|
|
"name": "openai/whisper-large-v3",
|
|
"max_tokens": 131072,
|
|
"model_types": [
|
|
"asr"
|
|
]
|
|
}
|
|
]
|
|
}
|