get_model_info
Retrieve detailed information about AI models from multiple providers to understand capabilities, specifications, and integration requirements before implementation.
Instructions
Get information about a specific model.
Args:
model: Model name to get info for
Returns:
Dictionary with model information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
model | Yes |
Input Schema (JSON Schema)
{
"properties": {
"model": {
"title": "Model",
"type": "string"
}
},
"required": [
"model"
],
"title": "get_model_infoArguments",
"type": "object"
}