aa_get_model
Retrieve detailed information about a language model using its ID, slug, or name. Supports partial matching to find models.
Instructions
Get detailed information about a single LLM model by id, slug, or name.
Args:
identifier: Model id (UUID), slug, or name. Partial matching supported.
Returns:
JSON object with full model details, or candidates if multiple matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |