cdk-insights 1.30.0 → 1.31.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@
19
19
  * still runs, just on a model the user is allowed to use.
20
20
  */
21
21
  import type { Tier } from '../../config/featureGating';
22
- export type AiModelAlias = 'nova-lite' | 'mistral-14b' | 'llama-3-3-70b' | 'haiku-4-5' | 'sonnet-4-6';
22
+ export type AiModelAlias = 'nova-lite' | 'mistral-14b' | 'haiku-4-5' | 'sonnet-4-6';
23
23
  export interface AiModelDefinition {
24
24
  /** Friendly alias used in flags and config */
25
25
  alias: AiModelAlias;