create_group
Creates a provider group for load balancing LLM API requests across multiple providers with configurable strategies and session stickiness.
Instructions
Create a new provider group for load balancing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Group name (e.g. "anthropic-keys", "fast-models") | |
| members | Yes | Array of provider members: [{ provider, keyName?, weight?, priority? }] | |
| strategy | Yes | Balancing strategy: "round-robin", "random", "failover", "weighted" | |
| stickyTTL | No | Session stickiness TTL in seconds (optional) | |
| modelPattern | No | Glob pattern to match model names (e.g. "claude-*", "gpt-*,claude-*") |