mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-23 22:47:19 +00:00
Increase max_tokens limit to 500,000
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user