Skip to content

Commit 1e54642

Browse files
committed
Add OpenAI models to ai-types.json
Signed-off-by: Demis Bellot <demis.bellot@gmail.com>
1 parent aa1dfb9 commit 1e54642

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

AiServer/wwwroot/lib/data/ai-types.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
"gpt-4.1-nano": "openai/gpt-4.1-nano",
8989
"o1-mini": "openai/o1-mini",
9090
"o3-mini": "openai/o3-mini",
91+
"o4-mini": "openai/o4-mini",
92+
"o4-mini-high": "openai/o3-mini-high",
93+
"o3": "openai/o3",
9194
"claude-3-haiku": "anthropic/claude-3-haiku",
9295
"claude-3-sonnet": "anthropic/claude-3-sonnet",
9396
"claude-3-opus": "anthropic/claude-3-opus",
@@ -145,7 +148,10 @@
145148
"o1": "o1",
146149
"o1-preview": "o1-preview",
147150
"o1-mini": "o1-mini",
148-
"o3-mini": "o3-mini"
151+
"o3-mini": "o3-mini",
152+
"o4-mini": "o4-mini",
153+
"o4-mini-high": "o3-mini-high",
154+
"o3": "o3"
149155
}
150156
},
151157
{

0 commit comments

Comments
 (0)