Files
pm-aigateway/config/config-binds.yaml
T
Stéphane Tailland 65eb285b66 first commit
2026-04-26 13:58:04 +02:00

21 lines
591 B
YAML

# yaml-language-server: $schema=https://agentgateway.dev/schema/config
# Format binds — workaround pour le bug UI "e.binds.forEach"
# Note: OpenRouter (hostOverride) incompatible avec le format binds, voir config.yaml
config:
adminAddr: 0.0.0.0:15000
binds:
- port: 4000
listeners:
- routes:
- backends:
- ai:
name: claude-sonnet-4-6
provider:
anthropic:
model: claude-sonnet-4-6
policies:
backendAuth:
key: "$ANTHROPIC_API_KEY"