mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix(registry): set max_output_tokens on vertex_ai/xai/grok-4.3 and grok-4.6
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
00e4380cb5
commit
420282acb7
2 changed files with 4 additions and 0 deletions
|
|
@ -48204,6 +48204,7 @@
|
|||
"input_cost_per_token_above_200k_tokens": 2.5e-06,
|
||||
"litellm_provider": "vertex_ai",
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 200000,
|
||||
"max_tokens": 200000,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 2.5e-06,
|
||||
|
|
@ -48222,6 +48223,7 @@
|
|||
"input_cost_per_token_above_200k_tokens": 4e-06,
|
||||
"litellm_provider": "vertex_ai",
|
||||
"max_input_tokens": 524288,
|
||||
"max_output_tokens": 524288,
|
||||
"max_tokens": 524288,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 6e-06,
|
||||
|
|
|
|||
|
|
@ -48204,6 +48204,7 @@
|
|||
"input_cost_per_token_above_200k_tokens": 2.5e-06,
|
||||
"litellm_provider": "vertex_ai",
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 200000,
|
||||
"max_tokens": 200000,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 2.5e-06,
|
||||
|
|
@ -48222,6 +48223,7 @@
|
|||
"input_cost_per_token_above_200k_tokens": 4e-06,
|
||||
"litellm_provider": "vertex_ai",
|
||||
"max_input_tokens": 524288,
|
||||
"max_output_tokens": 524288,
|
||||
"max_tokens": 524288,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 6e-06,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue