You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/OpenAI/Public/Models/Models/Models.swift
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ public typealias Model = String
11
11
publicextensionModel{
12
12
// Chat Completion
13
13
14
+
// o3 series
15
+
/// `o3-mini`: small reasoning model providing high intelligence at the same cost and latency targets of o1-mini.
16
+
staticleto3_mini="o3-mini"
17
+
14
18
// o1 series
15
19
// The o1 series of models are trained with reinforcement learning to perform complex reasoning. o1 models think before they answer, producing a long internal chain of thought before responding to the user.
0 commit comments