File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed 
models/spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock/llama/api Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,42 @@ public enum LlamaChatModel implements ChatModelDescription {
226226		/** 
227227		 * meta.llama3-70b-instruct-v1:0 
228228		 */ 
229- 		LLAMA3_70B_INSTRUCT_V1 ("meta.llama3-70b-instruct-v1:0" );
229+ 		LLAMA3_70B_INSTRUCT_V1 ("meta.llama3-70b-instruct-v1:0" ),
230+ 
231+ 		/** 
232+ 		 * meta.llama3-1-8b-instruct-v1:0 
233+ 		 */ 
234+ 		LLAMA3_1_8B_INSTRUCT_V1 ("meta.llama3-1-8b-instruct-v1:0" ),
235+ 
236+ 		/** 
237+ 		 * meta.llama3-1-70b-instruct-v1:0 
238+ 		 */ 
239+ 		LLAMA3_1_70B_INSTRUCT_V1 ("meta.llama3-1-70b-instruct-v1:0" ),
240+ 
241+ 		/** 
242+ 		 * meta.llama3-1-405b-instruct-v1:0 
243+ 		 */ 
244+ 		LLAMA3_1_405B_INSTRUCT_V1 ("meta.llama3-1-405b-instruct-v1:0" ),
245+ 
246+ 		/** 
247+ 		 * meta.llama3-2-1b-instruct-v1:0 
248+ 		 */ 
249+ 		LLAMA3_2_1B_INSTRUCT_V1 ("meta.llama3-2-1b-instruct-v1:0" ),
250+ 
251+ 		/** 
252+ 		 * meta.llama3-2-3b-instruct-v1:0 
253+ 		 */ 
254+ 		LLAMA3_2_3B_INSTRUCT_V1 ("meta.llama3-2-3b-instruct-v1:0" ),
255+ 
256+ 		/** 
257+ 		 * meta.llama3-2-11b-instruct-v1:0 
258+ 		 */ 
259+ 		LLAMA3_2_11B_INSTRUCT_V1 ("meta.llama3-2-11b-instruct-v1:0" ),
260+ 
261+ 		/** 
262+ 		 * meta.llama3-2-90b-instruct-v1:0 
263+ 		 */ 
264+ 		LLAMA3_2_90B_INSTRUCT_V1 ("meta.llama3-2-90b-instruct-v1:0" );
230265
231266		private  final  String  id ;
232267
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments