goclaw_provider_create
Add a new LLM provider to GoClaw by configuring name, type, API key, and optional models for AI gateway integration.
Instructions
Add a new LLM provider to GoClaw
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Provider name | |
| type | Yes | Provider type (e.g. openai, anthropic, openrouter) | |
| api_key | Yes | API key for the provider | |
| base_url | No | Custom API base URL | |
| models | No | List of model IDs to enable |