get_model
Pack: openrouter · Endpoint: https://gateway.pipeworx.io/openrouter/mcp
Get full details for one OpenRouter model by id — normalized $/1M pricing (prompt, completion, plus per-request/image/web-search costs), context window, modality, supported parameters, tokenizer, knowledge cutoff. e.g. id “anthropic/claude-sonnet-4.5”. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Exact model id, e.g. “anthropic/claude-sonnet-4.5”, “openai/gpt-4o”, “google/gemini-2.5-pro”. |
Example call
curl -X POST https://gateway.pipeworx.io/openrouter/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_model","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"openrouter": {
"url": "https://gateway.pipeworx.io/openrouter/mcp"
}
}
}
See Getting Started for client-specific install steps.