{
"name": "chat_default",
"type": "chat",
"strategy": "balanced",
"weights": { "cost": 0.4, "latency": 0.3, "performance": 0.3 },
"models": [
{ "provider": "openai", "id": "gpt-4o-mini" },
{ "provider": "anthropic", "id": "claude-3-haiku" }
],
"policies": {
"rateLimit": { "rpm": 300, "rpsBurst": 20 },
"budget": { "maxTokensPerDay": 1000000, "perUserCap": 50000 },
"retries": { "maxAttempts": 2, "backoff": "exponential" },
"fallback": {
"onTimeout": { "toModel": { "provider": "openai", "id": "gpt-4o-mini" }, "maxAttempts": 1 }
},
"redaction": { "enabled": true, "pii": { "email": "mask", "phone": "mask" } }
}
}