Skip to content

Commit ac9f006

Browse files
authored
Remove Grok Code Fast 1 Optimized from recommended and indicate it's going away (#3139)
1 parent 1d1539f commit ac9f006

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

apps/web/src/lib/ai-gateway/models.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ export const PRIMARY_DEFAULT_MODEL = CLAUDE_SONNET_CURRENT_MODEL_ID;
4040
export const autoFreeModels = [
4141
'nvidia/nemotron-3-super-120b-a12b:free',
4242
'poolside/laguna-m.1:free',
43-
grok_code_fast_1_optimized_free_model.status === 'public'
44-
? grok_code_fast_1_optimized_free_model.public_id
45-
: null,
4643
stepfun_35_flash_free_model.status === 'public' ? stepfun_35_flash_free_model.public_id : null,
4744
].filter(m => m !== null);
4845

apps/web/src/lib/ai-gateway/providers/xai.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import type { GatewayRequest } from '@/lib/ai-gateway/providers/openrouter/types
33

44
export const grok_code_fast_1_optimized_free_model: KiloExclusiveModel = {
55
public_id: 'x-ai/grok-code-fast-1:optimized:free',
6-
display_name: 'xAI: Grok Code Fast 1 Optimized (free)',
6+
display_name: 'xAI: Grok Code Fast 1, retiring May 15 (free)',
77
description:
8-
'An optimized variant of Grok Code Fast 1, provided free of charge for a limited time. **Note:** All prompts and completions for this model are logged by the provider and may be used to improve their services.',
8+
'An optimized variant of Grok Code Fast 1, provided free of charge for a limited time. Going away May 15, 2026. **Note:** All prompts and completions for this model are logged by the provider and may be used to improve their services.',
99
context_length: 256_000,
1010
max_completion_tokens: 10_000,
1111
status: 'public',

0 commit comments

Comments
 (0)