Skip to content

Commit c624e56

Browse files
authored
(EAI-1263) add models (#891)
add models
1 parent 3650759 commit c624e56

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/benchmarks/src/benchmarkModels.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { strict as assert } from "assert";
44
// Defines what models will be run for each benchmark.
55
export const MODELS = (
66
[
7+
"gpt-5",
8+
"gpt-5-mini",
79
"gpt-4o",
810
"gpt-4o-mini",
911
"claude-3-haiku",

packages/mongodb-rag-core/src/models/models.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ export interface ModelConfig {
7777
7878
1. The hyperscalers are authorized (AWS, GCP, Azure)
7979
2. Assume all other model providers are unauthorized unless you explicitly know otherwise.
80+
81+
Available models can be found at https://www.braintrust.dev/docs/guides/proxy#list-of-supported-models-and-providers
82+
Select Azure, Vertex, Amazon Bedrock, Anthropic. Choose Amazon Bedrock over Anthropic when possible.
83+
8084
*/
8185
const allModels = [
8286
{

0 commit comments

Comments
 (0)