This commit is contained in:
Fahad
2025-12-11 20:08:17 +00:00
parent 8b16405f06
commit 514c9c58fc
12 changed files with 157 additions and 232 deletions

View File

@@ -473,6 +473,24 @@
"temperature_constraint": "range",
"description": "xAI's Grok 4 via OpenRouter with vision and advanced reasoning",
"intelligence_score": 15
},
{
"model_name": "x-ai/grok-4.1-fast",
"aliases": [
"grok-4.1-fast-openrouter",
"grok-4.1-openrouter"
],
"context_window": 2000000,
"max_output_tokens": 2000000,
"supports_extended_thinking": true,
"supports_json_mode": true,
"supports_function_calling": true,
"supports_images": true,
"max_image_size_mb": 20.0,
"supports_temperature": true,
"temperature_constraint": "range",
"description": "xAI's Grok 4.1 Fast Reasoning via OpenRouter (2M context) with vision and advanced reasoning",
"intelligence_score": 15
}
]
}