Skip to content

Commit

Permalink
New OpenAI model - gpt-4o-2024-11-20
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Nov 21, 2024
1 parent 579dea3 commit f959124
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ object ModelId {
// flagship multimodal model, 128K context, currently points to "gpt-4o-2024-08-06, training data up to Oct 2023
val gpt_4o = "gpt-4o"
// context window: 128,000 tokens, output tokens: 16,384 tokens, Up to Oct 2023
val gpt_4o_2024_11_20 = "gpt-4o-2024-11-20"
// context window: 128,000 tokens, output tokens: 16,384 tokens, Up to Oct 2023
val gpt_4o_2024_08_06 = "gpt-4o-2024-08-06"
// context window: 128,000 tokens, output tokens: 4,096 tokens, Up to Oct 2023
val gpt_4o_2024_05_13 = "gpt-4o-2024-05-13"
Expand Down

0 comments on commit f959124

Please sign in to comment.