@@ -57,6 +57,7 @@ export class JumpStartModel {
57
57
public static readonly HUGGINGFACE_ASR_WHISPER_LARGE_V2_1_0_0 = this . of ( 'HUGGINGFACE_ASR_WHISPER_LARGE_V2_1_0_0' ) ;
58
58
public static readonly HUGGINGFACE_ASR_WHISPER_LARGE_V3_1_0_1 = this . of ( 'HUGGINGFACE_ASR_WHISPER_LARGE_V3_1_0_1' ) ;
59
59
public static readonly HUGGINGFACE_ASR_WHISPER_LARGE_V3_1_0_0 = this . of ( 'HUGGINGFACE_ASR_WHISPER_LARGE_V3_1_0_0' ) ;
60
+ public static readonly HUGGINGFACE_ASR_WHISPER_LARGE_V3_TURBO_1_0_0 = this . of ( 'HUGGINGFACE_ASR_WHISPER_LARGE_V3_TURBO_1_0_0' ) ;
60
61
public static readonly HUGGINGFACE_ASR_WHISPER_MEDIUM_3_0_1 = this . of ( 'HUGGINGFACE_ASR_WHISPER_MEDIUM_3_0_1' ) ;
61
62
public static readonly HUGGINGFACE_ASR_WHISPER_MEDIUM_3_0_0 = this . of ( 'HUGGINGFACE_ASR_WHISPER_MEDIUM_3_0_0' ) ;
62
63
public static readonly HUGGINGFACE_ASR_WHISPER_MEDIUM_2_0_0 = this . of ( 'HUGGINGFACE_ASR_WHISPER_MEDIUM_2_0_0' ) ;
@@ -2578,15 +2579,19 @@ export class JumpStartModel {
2578
2579
public static readonly META_TEXTGENERATION_LLAMA_GUARD_7B_1_2_0 = this . of ( 'META_TEXTGENERATION_LLAMA_GUARD_7B_1_2_0' ) ;
2579
2580
public static readonly META_TEXTGENERATION_LLAMA_GUARD_7B_1_1_0 = this . of ( 'META_TEXTGENERATION_LLAMA_GUARD_7B_1_1_0' ) ;
2580
2581
public static readonly META_TEXTGENERATION_LLAMA_GUARD_7B_1_0_0 = this . of ( 'META_TEXTGENERATION_LLAMA_GUARD_7B_1_0_0' ) ;
2582
+ public static readonly META_VLM_LLAMA_3_2_11B_VISION_2_1_0 = this . of ( 'META_VLM_LLAMA_3_2_11B_VISION_2_1_0' ) ;
2581
2583
public static readonly META_VLM_LLAMA_3_2_11B_VISION_2_0_0 = this . of ( 'META_VLM_LLAMA_3_2_11B_VISION_2_0_0' ) ;
2582
2584
public static readonly META_VLM_LLAMA_3_2_11B_VISION_1_0_1 = this . of ( 'META_VLM_LLAMA_3_2_11B_VISION_1_0_1' ) ;
2583
2585
public static readonly META_VLM_LLAMA_3_2_11B_VISION_1_0_0 = this . of ( 'META_VLM_LLAMA_3_2_11B_VISION_1_0_0' ) ;
2586
+ public static readonly META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_2_1_0 = this . of ( 'META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_2_1_0' ) ;
2584
2587
public static readonly META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_2_0_0 = this . of ( 'META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_2_0_0' ) ;
2585
2588
public static readonly META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_1_0_1 = this . of ( 'META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_1_0_1' ) ;
2586
2589
public static readonly META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_1_0_0 = this . of ( 'META_VLM_LLAMA_3_2_11B_VISION_INSTRUCT_1_0_0' ) ;
2590
+ public static readonly META_VLM_LLAMA_3_2_90B_VISION_2_1_0 = this . of ( 'META_VLM_LLAMA_3_2_90B_VISION_2_1_0' ) ;
2587
2591
public static readonly META_VLM_LLAMA_3_2_90B_VISION_2_0_0 = this . of ( 'META_VLM_LLAMA_3_2_90B_VISION_2_0_0' ) ;
2588
2592
public static readonly META_VLM_LLAMA_3_2_90B_VISION_1_0_1 = this . of ( 'META_VLM_LLAMA_3_2_90B_VISION_1_0_1' ) ;
2589
2593
public static readonly META_VLM_LLAMA_3_2_90B_VISION_1_0_0 = this . of ( 'META_VLM_LLAMA_3_2_90B_VISION_1_0_0' ) ;
2594
+ public static readonly META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_2_1_0 = this . of ( 'META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_2_1_0' ) ;
2590
2595
public static readonly META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_2_0_0 = this . of ( 'META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_2_0_0' ) ;
2591
2596
public static readonly META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_1_0_1 = this . of ( 'META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_1_0_1' ) ;
2592
2597
public static readonly META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_1_0_0 = this . of ( 'META_VLM_LLAMA_3_2_90B_VISION_INSTRUCT_1_0_0' ) ;
0 commit comments