Skip to content

Commit bb07e02

Browse files
authored
Merge pull request #256 from yukiny0811/feat/o3-mini
Feat: Add o3-mini to Model list
2 parents 320b5ed + 86a0f51 commit bb07e02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/OpenAI/Public/Models/Models/Models.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ public typealias Model = String
1111
public extension Model {
1212
// Chat Completion
1313

14+
// o3 series
15+
/// `o3-mini`: small reasoning model providing high intelligence at the same cost and latency targets of o1-mini.
16+
static let o3_mini = "o3-mini"
17+
1418
// o1 series
1519
// 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.
1620

0 commit comments

Comments
 (0)