model-config.jsonβ’752 B
{
"provider": "bedrock",
"models": {
"primary": {
"id": "anthropic.claude-3-5-sonnet-20241022-v2:0",
"name": "Claude 3.5 Sonnet",
"maxTokens": 200000,
"temperature": 0.7,
"topP": 0.95
},
"fallback": {
"id": "anthropic.claude-3-haiku-20240307-v1:0",
"name": "Claude 3 Haiku",
"maxTokens": 200000,
"temperature": 0.7,
"topP": 0.95
},
"embedding": {
"id": "amazon.titan-embed-text-v2:0",
"name": "Titan Embeddings v2",
"dimensions": 1024
}
},
"features": {
"streaming": true,
"functionCalling": true,
"visionSupport": true,
"caching": true
},
"rateLimits": {
"requestsPerMinute": 100,
"tokensPerMinute": 400000
}
}