File tree Expand file tree Collapse file tree
src/test/java/com/devoxx/genie/service/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "schemaVersion" : 1 ,
3- "lastUpdated" : " 2026-04-10 " ,
3+ "lastUpdated" : " 2026-04-28 " ,
44 "_sources" : {
55 "Anthropic" : " https://platform.claude.com/docs/en/docs/about-claude/models" ,
66 "OpenAI" : " https://platform.openai.com/docs/models" ,
416416 "apiKeyUsed" : true
417417 },
418418 {
419- "modelName" : " devstral-2-25-12 " ,
419+ "modelName" : " devstral-2512 " ,
420420 "displayName" : " Devstral 2" ,
421421 "inputCost" : 0.4 ,
422422 "outputCost" : 2 ,
Original file line number Diff line number Diff line change @@ -108,6 +108,14 @@ void shouldHaveNoDuplicateModelNamesPerProvider() {
108108 }
109109 }
110110
111+ @ Test
112+ void shouldUseCurrentDevstral2ModelName () {
113+ assertThat (config .getProviders ().get ("Mistral" ))
114+ .extracting (ModelConfigEntry ::getModelName )
115+ .contains ("devstral-2512" )
116+ .doesNotContain ("devstral-2-25-12" );
117+ }
118+
111119 @ Test
112120 void shouldHaveReasonableTokenLimits () {
113121 for (Map .Entry <String , List <ModelConfigEntry >> entry : config .getProviders ().entrySet ()) {
You can’t perform that action at this time.
0 commit comments