Skip to content

Commit 0985375

Browse files
Add GLM 5V Turbo (Vercel) with thinking and caching enabled
1 parent f321d93 commit 0985375

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@
535535
&nbsp;&nbsp;GPT-5.1 Codex Max: $1.25/M in | $10.00/M out<br>
536536
&nbsp;&nbsp;GPT-5.1 Codex Mini: $0.25/M in | $2.00/M out<br>
537537
&nbsp;&nbsp;GPT-5 Nano: $0.05/M in | $0.40/M out<br>
538+
&nbsp;&nbsp;GLM 5V Turbo: $1.20/M in | $0.24/M cache read | $4/M out<br>
538539
&bull; When a model repeats tokens, lower Top K and Top P.<br>
539540
&bull; Google rate limits info: <a href="https://aistudio.google.com/rate-limit" style="color:var(--primary)">aistudio.google.com/rate-limit</a>
540541
</div>
@@ -1018,6 +1019,7 @@
10181019
{ id:'GEMMA_3N_E4B_IT', displayName:'Gemma 3n E4B it (offline)', modelName:'gemma-3n-e4b-it', apiProvider:'GOOGLE', supportsScreenshot:true, supportsTopK:true, supportsThinking:false, isOffline:true, hint:'4.92 GB download required.', strike:false },
10191020
{ id:'GEMMA_4_E4B_IT', displayName:'Gemma 4 E4B it (offline)', modelName:'gemma-4-e4b-it', apiProvider:'GOOGLE', supportsScreenshot:false, supportsTopK:true, supportsThinking:false, isOffline:true, hint:'3.40 GB download required.', strike:false },
10201021
{ id:'HUMAN_EXPERT', displayName:'Human Expert', modelName:'human-expert', apiProvider:'HUMAN_EXPERT', supportsScreenshot:true, supportsTopK:false, supportsThinking:false, isOffline:false, hint:'Requires Pro subscription.', strike:false },
1022+
{ id:'GLM_5V_TURBO_VERCEL', displayName:'GLM 5V Turbo (Vercel)', modelName:'zai/glm-5v-turbo', apiProvider:'VERCEL', supportsScreenshot:true, supportsTopK:false, supportsThinking:true, isOffline:false, hint:'Credit or debit card required - $1.20/M input | $0.24/M cache read | $4/M output - caching and thinking enabled', strike:false },
10211023
{ id:'GPT_5_1_CODEX_MAX', displayName:'GPT-5.1 Codex Max (Vercel)', modelName:'openai/gpt-5.1-codex-max', apiProvider:'VERCEL', supportsScreenshot:false, supportsTopK:true, supportsThinking:true, isOffline:false, hint:'Vercel requires a credit card.',strike:false },
10221024
{ id:'GPT_5_1_CODEX_MINI', displayName:'GPT-5.1 Codex Mini (Vercel)', modelName:'openai/gpt-5.1-codex-mini', apiProvider:'VERCEL', supportsScreenshot:false, supportsTopK:true, supportsThinking:true, isOffline:false, hint:'Vercel requires a credit card.',strike:false },
10231025
{ id:'GPT_5_NANO', displayName:'GPT-5 Nano (Vercel)', modelName:'openai/gpt-5-nano', apiProvider:'VERCEL', supportsScreenshot:false, supportsTopK:true, supportsThinking:false, isOffline:false, hint:'Vercel requires a credit card.',strike:false },
@@ -1492,7 +1494,7 @@
14921494
};
14931495

14941496
// Group: same order as native MenuScreen.kt
1495-
const vercelIds = new Set(['GPT_5_1_CODEX_MAX','GPT_5_1_CODEX_MINI','GPT_5_NANO']);
1497+
const vercelIds = new Set(['GPT_5_1_CODEX_MAX','GPT_5_1_CODEX_MINI','GPT_5_NANO','GLM_5V_TURBO_VERCEL']);
14961498
const strikeIds = new Set(MODELS.filter(m=>m.strike).map(m=>m.id));
14971499
const firstIds = new Set(['PUTER_GPT_5_4_NANO','MISTRAL_MEDIUM_3_1','MISTRAL_MEDIUM_3_5']);
14981500

0 commit comments

Comments
 (0)