Skip to content

Commit cde9512

Browse files
fix(ai-gateway): remove tencent/hy3-preview:free from auto free models (#2803)
Rate limiting has commenced for this model, so it is no longer suitable for the auto free model rotation. Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
1 parent b96d72c commit cde9512

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export const PRIMARY_DEFAULT_MODEL = CLAUDE_SONNET_CURRENT_MODEL_ID;
3232
export const autoFreeModels = [
3333
'inclusionai/ling-2.6-1t:free',
3434
'nvidia/nemotron-3-super-120b-a12b:free',
35-
'tencent/hy3-preview:free',
3635
grok_code_fast_1_optimized_free_model.status === 'public'
3736
? grok_code_fast_1_optimized_free_model.public_id
3837
: null,

0 commit comments

Comments
 (0)