Skip to content

Commit b4291c2

Browse files
committed
Add gpt-4.5
1 parent ffac39e commit b4291c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ public extension Model {
6868
/// Snapshot of `gpt-4-32k` from March 14th 2023. Unlike `gpt-4-32k`, this model will not receive updates, and will only be supported for a three month period ending on June 14th 2023.
6969
@available(*, deprecated, message: "Please upgrade to the newer model")
7070
static let gpt4_32k_0314 = "gpt-4-32k-0314"
71+
72+
/// Research preview of GPT-4.5, largest and most capable GPT model yet. As for Feb 28 2025 points to gpt-4.5-preview-2025-02-27
73+
static let gpt4_5_preview = "gpt-4.5-preview"
7174

7275
// GPT-3.5
7376

0 commit comments

Comments
 (0)