Skip to content

Commit

Permalink
Adds gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinlauKL committed May 14, 2024
1 parent 9959386 commit 8c8d84f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/OpenAI/Public/Models/Models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ public extension Model {
// Chat Completion
// GPT-4

/// `gpt-4o`, currently the most advanced, multimodal flagship model that's cheaper and faster than GPT-4 Turbo.
static let gpt4_o = "gpt-4o"

/// `gpt-4-turbo`, The latest GPT-4 Turbo model with vision capabilities. Vision requests can now use JSON mode and function calling and more. Context window: 128,000 tokens
static let gpt4_turbo = "gpt-4-turbo"

Expand Down

0 comments on commit 8c8d84f

Please sign in to comment.