|
5541 | 5541 | "supports_response_schema": true,
|
5542 | 5542 | "supports_tool_choice": true
|
5543 | 5543 | },
|
5544 |
| - "claude-2": { |
5545 |
| - "max_tokens": 8191, |
5546 |
| - "max_input_tokens": 100000, |
5547 |
| - "max_output_tokens": 8191, |
5548 |
| - "input_cost_per_token": 8e-06, |
5549 |
| - "output_cost_per_token": 2.4e-05, |
5550 |
| - "litellm_provider": "anthropic", |
5551 |
| - "mode": "chat" |
5552 |
| - }, |
5553 |
| - "claude-2.1": { |
5554 |
| - "max_tokens": 8191, |
5555 |
| - "max_input_tokens": 200000, |
5556 |
| - "max_output_tokens": 8191, |
5557 |
| - "input_cost_per_token": 8e-06, |
5558 |
| - "output_cost_per_token": 2.4e-05, |
5559 |
| - "litellm_provider": "anthropic", |
5560 |
| - "mode": "chat", |
5561 |
| - "supports_tool_choice": true |
5562 |
| - }, |
5563 | 5544 | "claude-3-haiku-20240307": {
|
5564 | 5545 | "max_tokens": 4096,
|
5565 | 5546 | "max_input_tokens": 200000,
|
|
5669 | 5650 | "deprecation_date": "2025-03-01",
|
5670 | 5651 | "supports_tool_choice": true
|
5671 | 5652 | },
|
5672 |
| - "claude-3-sonnet-20240229": { |
5673 |
| - "max_tokens": 4096, |
5674 |
| - "max_input_tokens": 200000, |
5675 |
| - "max_output_tokens": 4096, |
5676 |
| - "input_cost_per_token": 3e-06, |
5677 |
| - "output_cost_per_token": 1.5e-05, |
5678 |
| - "litellm_provider": "anthropic", |
5679 |
| - "mode": "chat", |
5680 |
| - "supports_function_calling": true, |
5681 |
| - "supports_vision": true, |
5682 |
| - "tool_use_system_prompt_tokens": 159, |
5683 |
| - "supports_assistant_prefill": true, |
5684 |
| - "supports_prompt_caching": true, |
5685 |
| - "supports_response_schema": true, |
5686 |
| - "deprecation_date": "2025-07-21", |
5687 |
| - "supports_tool_choice": true |
5688 |
| - }, |
5689 | 5653 | "claude-3-5-sonnet-latest": {
|
5690 | 5654 | "supports_computer_use": true,
|
5691 | 5655 | "max_tokens": 8192,
|
|
0 commit comments