chore(model-profiles): refresh model profile data

This commit is contained in:
mdrxy
2026-03-12 08:13:16 +00:00
committed by github-actions[bot]
parent 1891d414be
commit 47a04f3fe8

View File

@@ -2003,6 +2003,38 @@ _PROFILES: dict[str, dict[str, Any]] = {
"tool_calling": True,
"structured_output": True,
},
"openrouter/healer-alpha": {
"max_input_tokens": 262144,
"max_output_tokens": 64000,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": True,
"pdf_inputs": True,
"video_inputs": False,
"text_outputs": True,
"image_outputs": False,
"audio_outputs": False,
"video_outputs": False,
"reasoning_output": True,
"tool_calling": True,
"structured_output": True,
},
"openrouter/hunter-alpha": {
"max_input_tokens": 1048576,
"max_output_tokens": 64000,
"text_inputs": True,
"image_inputs": True,
"audio_inputs": False,
"pdf_inputs": True,
"video_inputs": False,
"text_outputs": True,
"image_outputs": False,
"audio_outputs": False,
"video_outputs": False,
"reasoning_output": True,
"tool_calling": True,
"structured_output": True,
},
"openrouter/sherlock-dash-alpha": {
"max_input_tokens": 1840000,
"max_output_tokens": 0,