OpenRouter MCP Server

get_model_info

Get detailed information about a specific model

Input Schema

NameRequiredDescriptionDefault
modelYesThe model ID to get information for

Input Schema (JSON Schema)

{ "properties": { "model": { "description": "The model ID to get information for", "type": "string" } }, "required": [ "model" ], "type": "object" }