Increase max_tokens limit to 500,000

This commit is contained in:
404oops
2026-08-15 21:20:45 +02:00
committed by GitHub
parent c88eeb3868
commit e1998e39ab
@@ -41,7 +41,7 @@ export const XAI_MODELS: IChatModel[] = [
completion_tokens: 600,
cached_tokens: 50,
},
max_tokens: 30_000,
max_tokens: 500_000,
},
{
puterId: 'x-ai:x-ai/grok-4.5',