llm_manage_providers
List, add, update, or remove LLM providers, set the active endpoint, manage API keys, and configure fallback cascades for AI agent connectivity.
Instructions
Manage configured LLM providers in your Antigravity vault. List all providers, add a new endpoint, set active default, or update API keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Human-readable display name for the provider. | |
| action | Yes | Action to perform on the vault. | |
| api_key | No | The API key for authentication. | |
| base_url | No | The OpenAI-compatible /v1 base URL (e.g., "https://inference.dahl.global/v1"). | |
| description | No | Optional description of this provider. | |
| provider_key | No | Unique key/alias for the provider (e.g., "my_vllm", "dahl", "work_proxy"). | |
| default_model | No | Default model name to use when none is specified. | |
| fallback_cascade | No | Array of provider keys to set as the fallback cascade sequence. |