Integrate Bedrock model catalog metadata

This commit is contained in:
2026-08-22 12:51:31 -05:00
parent f291cfe803
commit f17642fc62
24 changed files with 27662 additions and 26 deletions
@@ -0,0 +1,10 @@
{
"version": "1.0",
"description": "Public API for the Amazon Bedrock Models Catalog",
"endpoints": {
"models": "/data/models.json",
"profiles": "/data/profiles.json",
"beta_models": "/data/beta_models.json"
},
"usage": "Fetch any of the endpoints above to get the latest model data in JSON format."
}