feat: add anthropic models

This commit is contained in:
Shivam Mishra
2025-12-23 14:24:04 +05:30
parent 8f1f9cb426
commit c711ffb85a
5 changed files with 65 additions and 8 deletions
+1
View File
@@ -56,6 +56,7 @@ module Llm::ConfigService
id: model_name,
display_name: model['display_name'],
provider: model['provider'],
coming_soon: model['coming_soon'],
credit_multiplier: model['credit_multiplier']
}
end,