get_model_info
Retrieve detailed specifications and capabilities for any OpenRouter model to verify compatibility and features before use.
Instructions
Get detailed information about a specific model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | The 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"
}