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 07d02e5 commit 4513ac0Copy full SHA for 4513ac0
src/lib/ai/models.ts
@@ -25,7 +25,7 @@ const groq = createGroq({
25
const staticModels = {
26
openai: {
27
"gpt-4.1": openai("gpt-4.1"),
28
- "gpt-4.1-mini": openai("gpt-4.1-migrate"),
+ "gpt-4.1-mini": openai("gpt-4.1-mini"),
29
"o4-mini": openai("o4-mini"),
30
o3: openai("o3"),
31
"gpt-5": openai("gpt-5"),
0 commit comments