From 2e30af23b1a02e6ed5372b24bd868ca8bbd9358f Mon Sep 17 00:00:00 2001 From: Guillaume Gay Date: Sun, 7 Jun 2026 04:31:16 +0000 Subject: [PATCH] chore: remove deprecated anthropic/claude-3-5-sonnet-20241022 --- .../anthropic/claude-3-5-sonnet-20241022.yaml | 62 ------------------- 1 file changed, 62 deletions(-) delete mode 100644 models/anthropic/claude-3-5-sonnet-20241022.yaml diff --git a/models/anthropic/claude-3-5-sonnet-20241022.yaml b/models/anthropic/claude-3-5-sonnet-20241022.yaml deleted file mode 100644 index 43896c5..0000000 --- a/models/anthropic/claude-3-5-sonnet-20241022.yaml +++ /dev/null @@ -1,62 +0,0 @@ -# yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json -provider: anthropic -authType: api_key -model: claude-3-5-sonnet-20241022 -params: - - path: max_tokens - type: integer - label: Max tokens - description: Maximum number of output tokens the model may generate. - default: 4096 - range: - min: 1 - group: generation_length - - path: temperature - type: number - label: Temperature - description: >- - Controls randomness. Lower values make outputs more focused; higher values make them more - varied. - default: 1 - range: - min: 0 - max: 1 - step: 0.1 - group: sampling - applicability: - except: - thinking.type: - - adaptive - - enabled - - path: top_p - type: number - label: Top P - description: >- - Controls nucleus sampling by limiting generation to tokens whose cumulative probability - reaches this value. - default: 1 - range: - min: 0 - max: 1 - step: 0.01 - group: sampling - applicability: - except: - - thinking.type: - - adaptive - - enabled - - temperature: - not: 1 - - path: top_k - type: integer - label: Top K - description: Limits token sampling to the top K most likely next tokens. - default: 0 - range: - min: 0 - group: sampling - applicability: - except: - thinking.type: - - adaptive - - enabled