Skip to content

Commit b1823f4

Browse files
committed
New models - O3 Pro and timestamped
1 parent 14f1db7 commit b1823f4

File tree

1 file changed

+2
-0
lines changed
  • openai-core/src/main/scala/io/cequence/openaiscala/domain

1 file changed

+2
-0
lines changed

openai-core/src/main/scala/io/cequence/openaiscala/domain/ModelId.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ object ModelId {
181181

182182
val o4_mini = "o4-mini"
183183
val o4_mini_2025_04_16 = "o4-mini-2025-04-16"
184+
val o3_pro_2025_06_10 = "o3-pro-2025-06-10"
185+
val o3_pro = "o3-pro"
184186
val o3 = "o3"
185187
val o3_2025_04_16 = "o3-2025-04-16"
186188
val o3_mini = "o3-mini"

0 commit comments

Comments
 (0)