mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 01:20:41 +00:00
Add cache tokens for grok 3 mini fast (#2469)
This commit is contained in:
@@ -129,6 +129,8 @@ export const XAI_MODELS: IChatModel[] = [
|
||||
tokens: 1_000_000,
|
||||
prompt_tokens: 60,
|
||||
completion_tokens: 400,
|
||||
// https://www.oracle.com/artificial-intelligence/generative-ai/generative-ai-service/pricing/ is the only place I could find this??
|
||||
cached_tokens: 15,
|
||||
},
|
||||
max_tokens: 131072,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user