Skip to content

Commit f959124

Browse files
committed
New OpenAI model - gpt-4o-2024-11-20
1 parent 579dea3 commit f959124

File tree

1 file changed

+2
-0
lines changed
  • openai-core/src/main/scala/io/cequence/openaiscala/domain

1 file changed

+2
-0
lines changed

openai-core/src/main/scala/io/cequence/openaiscala/domain/ModelId.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ object ModelId {
172172
// flagship multimodal model, 128K context, currently points to "gpt-4o-2024-08-06, training data up to Oct 2023
173173
val gpt_4o = "gpt-4o"
174174
// context window: 128,000 tokens, output tokens: 16,384 tokens, Up to Oct 2023
175+
val gpt_4o_2024_11_20 = "gpt-4o-2024-11-20"
176+
// context window: 128,000 tokens, output tokens: 16,384 tokens, Up to Oct 2023
175177
val gpt_4o_2024_08_06 = "gpt-4o-2024-08-06"
176178
// context window: 128,000 tokens, output tokens: 4,096 tokens, Up to Oct 2023
177179
val gpt_4o_2024_05_13 = "gpt-4o-2024-05-13"

0 commit comments

Comments
 (0)