diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index a25ff5d83..28db2ef5f 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -2653,19 +2653,15 @@ soc: thresholdColorRatioMax: 1 availableModels: - id: sonnet-4.5 - displayName: Claude Sonnet 4.5 + displayName: Claude Sonnet 4.5 ($$$) + origin: USA contextLimitSmall: 200000 contextLimitLarge: 1000000 lowBalanceColorAlert: 500000 enabled: true - - id: gptoss-120b - displayName: GPT-OSS 120B - contextLimitSmall: 128000 - contextLimitLarge: 128000 - lowBalanceColorAlert: 500000 - enabled: true - id: qwen-235b - displayName: QWEN 235B + displayName: QWEN 235B ($) + origin: China contextLimitSmall: 256000 contextLimitLarge: 256000 lowBalanceColorAlert: 500000 diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index e4d2dc225..11442afba 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -708,6 +708,9 @@ soc: - field: displayName label: Display Name required: True + - field: origin + label: Country of Origin for the Model Training + required: false - field: contextLimitSmall label: Context Limit (Small) forcedType: int