{
"strategy": {
"mode": "fallback"
},
"request_timeout": 360000,
"targets": [
{
"virtual_key": "open-ai-virtual-xxxx",
"override_params": {
"model": "gpt-4o-2024-08-06"
},
"request_timeout": 120000,
"retry": {
"attempts": 1,
"on_status_codes": [
429
]
}
},
{
"virtual_key": "aws-bedrock-xxxx",
"override_params": {
"model": "us.anthropic.claude-3-5-sonnet-20241022-v2:0"
},
"request_timeout": 120000,
"retry": {
"attempts": 1,
"on_status_codes": [
429
]
}
},
{
"virtual_key": "aws-bedrock-xxxx",
"override_params": {
"model": "us.anthropic.claude-3-7-sonnet-20250219-v1:0"
},
"request_timeout": 120000,
"retry": {
"attempts": 1,
"on_status_codes": [
429
]
}
}
],
"cache": {
"mode": "simple",
"max_age": 259200
}
}
here is the config its using