We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generate-models.ts
1 parent bc62a00 commit df1835eCopy full SHA for df1835e
1 file changed
packages/ai/scripts/generate-models.ts
@@ -115,7 +115,7 @@ async function loadModelsDevData(): Promise<Model<any>[]> {
115
// See https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html#inference-profiles-support-system
116
if (id.includes("anthropic.claude-haiku-4-5") ||
117
id.includes("anthropic.claude-sonnet-4")) {
118
- // TODO: Add other models. Can we get this information from models.dev or AWS SDK?
+ // TODO: Remove this once https://github.com/anomalyco/models.dev/pull/607 is merged.
119
id = "global." + id;
120
}
121
0 commit comments