File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
openai-core/src/main/scala/io/cequence/openaiscala/domain Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ object NonOpenAIModelId {
32
32
val llama_3_3_70b_specdec = " llama-3.3-70b-specdec" // Groq
33
33
val llama_v3p3_70b_instruct = " llama-v3p3-70b-instruct" // Fireworks AI
34
34
val llama_3_3_70B_Instruct_Turbo = " meta-llama/Llama-3.3-70B-Instruct-Turbo" // Together AI
35
+ val llama_3_3_70b = " llama-3.3-70b" // Cerebras
35
36
val llama_v3p2_1b_instruct = " llama-v3p2-1b-instruct" // Fireworks AI
36
37
val llama_v3p2_3b_instruct = " llama-v3p2-3b-instruct" // Fireworks AI
37
38
val llama_v3p2_11b_vision_instruct = " llama-v3p2-11b-vision-instruct" // Fireworks AI
@@ -174,6 +175,7 @@ object NonOpenAIModelId {
174
175
val text_embedding_004 = " text-embedding-004"
175
176
176
177
// Other
178
+ val phi_3_vision_128k_instruct = " phi-3-vision-128k-instruct" // Fireworks AI
177
179
val drbx_instruct = " dbrx-instruct" // Fireworks AI
178
180
val dbrx_instruct_databricks_to_ai = " databricks/dbrx-instruct" // Together AI
179
181
val dbrx_instruct_medaltv = " medaltv/dbrx-instruct" // Together AI
@@ -228,5 +230,6 @@ object NonOpenAIModelId {
228
230
val deepseek_chat = " deepseek-chat"
229
231
val deepseek_coder = " deepseek-coder"
230
232
val deepseek_v3 = " deepseek-v3" // Fireworks
233
+ val deepseek_v2_lite_chat = " deepseek-v2-lite-chat" // Fireworks
231
234
val deepseek_ai_deepseek_v3 = " deepseek-ai/DeepSeek-V3" // Together AI
232
235
}
You can’t perform that action at this time.
0 commit comments