Skip to content

Commit f1d7ab4

Browse files
authored
Update openai.mdx
1 parent de05a6b commit f1d7ab4

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/pages/ai/openai.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,14 @@ import Head from "next/head";
4444
<div className="h-2" />
4545
<ul className="pr-4">
4646
{[
47+
{text: <Important>openai/gpt-5-chat</Important>,},
48+
{text: <Important>openai/gpt-5-mini</Important>,},
49+
{text: <Important>openai/gpt-5-nano</Important>,},
50+
{text: <Important>openai/gpt-4.1</Important>,},
51+
{text: <Important>openai/gpt-4.1-mini</Important>,},
4752
{text: <Important>openai/gpt-4o-mini</Important>,},
4853
{text: <Important>openai/o4-mini</Important>,},
4954
{text: <Important>openai/o4-mini-high</Important>,},
50-
{text: <Important>openai/gpt-4.1</Important>,},
51-
{text: <Important>openai/gpt-4.1-mini</Important>,},
5255
].map((item, index) => (
5356
<li
5457
key={index}
@@ -563,4 +566,4 @@ print(response)
563566
]}
564567
/>
565568

566-
</Layout>
569+
</Layout>

0 commit comments

Comments
 (0)