|
4608 | 4608 | "litellm_provider": "replicate",
|
4609 | 4609 | "mode": "chat"
|
4610 | 4610 | },
|
| 4611 | + "openrouter/deepseek/deepseek-r1": { |
| 4612 | + "max_tokens": 8192, |
| 4613 | + "max_input_tokens": 64000, |
| 4614 | + "max_output_tokens": 8192, |
| 4615 | + "input_cost_per_token": 0.00000055, |
| 4616 | + "input_cost_per_token_cache_hit": 0.00000014, |
| 4617 | + "output_cost_per_token": 0.00000219, |
| 4618 | + "litellm_provider": "openrouter", |
| 4619 | + "mode": "chat", |
| 4620 | + "supports_function_calling": true, |
| 4621 | + "supports_assistant_prefill": true, |
| 4622 | + "supports_tool_choice": true, |
| 4623 | + "supports_prompt_caching": true |
| 4624 | + }, |
4611 | 4625 | "openrouter/deepseek/deepseek-chat": {
|
4612 | 4626 | "max_tokens": 8192,
|
4613 | 4627 | "max_input_tokens": 66000,
|
|
5210 | 5224 | "mode": "chat",
|
5211 | 5225 | "supports_system_messages": true
|
5212 | 5226 | },
|
| 5227 | + "ai21.jamba-1-5-large-v1:0": { |
| 5228 | + "max_tokens": 256000, |
| 5229 | + "max_input_tokens": 256000, |
| 5230 | + "max_output_tokens": 256000, |
| 5231 | + "input_cost_per_token": 0.000002, |
| 5232 | + "output_cost_per_token": 0.000008, |
| 5233 | + "litellm_provider": "bedrock", |
| 5234 | + "mode": "chat" |
| 5235 | + }, |
| 5236 | + "ai21.jamba-1-5-mini-v1:0": { |
| 5237 | + "max_tokens": 256000, |
| 5238 | + "max_input_tokens": 256000, |
| 5239 | + "max_output_tokens": 256000, |
| 5240 | + "input_cost_per_token": 0.0000002, |
| 5241 | + "output_cost_per_token": 0.0000004, |
| 5242 | + "litellm_provider": "bedrock", |
| 5243 | + "mode": "chat" |
| 5244 | + }, |
5213 | 5245 | "amazon.titan-text-lite-v1": {
|
5214 | 5246 | "max_tokens": 4000,
|
5215 | 5247 | "max_input_tokens": 42000,
|
|
5528 | 5560 | "max_tokens": 8192,
|
5529 | 5561 | "max_input_tokens": 200000,
|
5530 | 5562 | "max_output_tokens": 8192,
|
5531 |
| - "input_cost_per_token": 0.000001, |
5532 |
| - "output_cost_per_token": 0.000005, |
| 5563 | + "input_cost_per_token": 0.0000008, |
| 5564 | + "output_cost_per_token": 0.000004, |
5533 | 5565 | "litellm_provider": "bedrock",
|
5534 | 5566 | "mode": "chat",
|
5535 | 5567 | "supports_assistant_prefill": true,
|
|
5598 | 5630 | "max_tokens": 8192,
|
5599 | 5631 | "max_input_tokens": 200000,
|
5600 | 5632 | "max_output_tokens": 8192,
|
5601 |
| - "input_cost_per_token": 0.000001, |
5602 |
| - "output_cost_per_token": 0.000005, |
| 5633 | + "input_cost_per_token": 0.0000008, |
| 5634 | + "output_cost_per_token": 0.000004, |
5603 | 5635 | "litellm_provider": "bedrock",
|
5604 | 5636 | "mode": "chat",
|
5605 | 5637 | "supports_assistant_prefill": true,
|
|
5668 | 5700 | "max_tokens": 8192,
|
5669 | 5701 | "max_input_tokens": 200000,
|
5670 | 5702 | "max_output_tokens": 8192,
|
5671 |
| - "input_cost_per_token": 0.000001, |
5672 |
| - "output_cost_per_token": 0.000005, |
| 5703 | + "input_cost_per_token": 0.00000025, |
| 5704 | + "output_cost_per_token": 0.00000125, |
5673 | 5705 | "litellm_provider": "bedrock",
|
5674 | 5706 | "mode": "chat",
|
5675 | 5707 | "supports_function_calling": true,
|
|
6043 | 6075 | "max_tokens": 8191,
|
6044 | 6076 | "max_input_tokens": 100000,
|
6045 | 6077 | "max_output_tokens": 8191,
|
6046 |
| - "input_cost_per_token": 0.00000163, |
6047 |
| - "output_cost_per_token": 0.00000551, |
| 6078 | + "input_cost_per_token": 0.0000008, |
| 6079 | + "output_cost_per_token": 0.0000024, |
6048 | 6080 | "litellm_provider": "bedrock",
|
6049 | 6081 | "mode": "chat"
|
6050 | 6082 | },
|
|
0 commit comments