add_catalog_model
Add a new AI model to the catalog, enabling its use as a stage default or in fallback chains.
Instructions
Add a new model to the catalog.
Once added, the model can be used as a stage default or in fallback chains.
Args:
name: Short name for the model (e.g. "gpt-5.4", "llama-70b").
provider: "anthropic", "openai", "google", or "local".
model_id: The actual model ID for the API (e.g. "gpt-5.4", "claude-opus-4-6-20250514").
tier: "frontier", "fast", or "local".
endpoint: API endpoint URL (required for "local" provider, e.g. "http://localhost:8000/v1").
Returns:
Confirmation with the updated catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tier | No | frontier | |
| endpoint | No | ||
| model_id | Yes | ||
| provider | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |