diff --git a/web/src/features/channels/lib/model-categories.ts b/web/src/features/channels/lib/model-categories.ts index 6d49cf65..5db0dd73 100644 --- a/web/src/features/channels/lib/model-categories.ts +++ b/web/src/features/channels/lib/model-categories.ts @@ -38,7 +38,6 @@ const MODEL_CATEGORY_RULES: readonly ModelCategoryRule[] = [ 'codex-', 'dall-e-', 'whisper-', - 'tts-', 'omni-moderation-', 'text-moderation-', 'text-embedding-ada-', @@ -51,7 +50,7 @@ const MODEL_CATEGORY_RULES: readonly ModelCategoryRule[] = [ 'computer-use-preview', 'sora', ], - pattern: /(?:^|[/.:])o(?:1|3|4)(?=$|[-.:])/, + pattern: /(?:^|[/.:])(?:o(?:1|3|4)(?=$|[-.:])|tts-)/, }, { name: 'Anthropic', keywords: ['anthropic', 'claude'] }, {