This commit is contained in:
Will Chen
2025-06-18 12:34:52 -07:00
committed by GitHub
parent bd809a010d
commit 5a35c427ba

View File

@@ -132,6 +132,13 @@ export const MODEL_OPTIONS: Record<string, ModelOption[]> = {
maxOutputTokens: 32_000,
contextWindow: 128_000,
},
{
name: "deepseek/deepseek-r1-0528",
displayName: "DeepSeek R1",
description: "Good reasoning model with excellent price for performance",
maxOutputTokens: 32_000,
contextWindow: 128_000,
},
],
auto: [
{