We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271787f commit e9f796cCopy full SHA for e9f796c
packages/mongodb-rag-core/src/models/models.ts
@@ -230,6 +230,22 @@ const allModels = [
230
parent: "claude-3-haiku",
231
generation: "claude-3",
232
},
233
+ {
234
+ label: "claude-sonnet-4",
235
+ deployment: "us.anthropic.claude-sonnet-4-20250514-v1:0",
236
+ provider: "braintrust",
237
+ developer: "Anthropic",
238
+ maxConcurrency: 10,
239
+ authorized: true,
240
+ },
241
242
+ label: "claude-opus-4",
243
+ deployment: "us.anthropic.claude-opus-4-20250514-v1:0",
244
245
246
247
248
249
{
250
label: "llama-3-70b",
251
deployment: "meta.llama3-70b-instruct-v1:0",
0 commit comments