|
4847 | 4847 | "supports_tool_choice": true,
|
4848 | 4848 | "source": "https://ai.google.dev/pricing#2_0flash"
|
4849 | 4849 | },
|
| 4850 | + "gemini/gemini-2.5-pro-preview-03-25": { |
| 4851 | + "max_tokens": 65536, |
| 4852 | + "max_input_tokens": 1048576, |
| 4853 | + "max_output_tokens": 65536, |
| 4854 | + "max_images_per_prompt": 3000, |
| 4855 | + "max_videos_per_prompt": 10, |
| 4856 | + "max_video_length": 1, |
| 4857 | + "max_audio_length_hours": 8.4, |
| 4858 | + "max_audio_per_prompt": 1, |
| 4859 | + "max_pdf_size_mb": 30, |
| 4860 | + "input_cost_per_audio_token": 0.0000007, |
| 4861 | + "input_cost_per_token": 0.00000125, |
| 4862 | + "input_cost_per_token_above_128k_tokens": 0.0000025, |
| 4863 | + "output_cost_per_token": 0.0000010, |
| 4864 | + "output_cost_per_token_above_128k_tokens": 0.000015, |
| 4865 | + "litellm_provider": "gemini", |
| 4866 | + "mode": "chat", |
| 4867 | + "rpm": 10000, |
| 4868 | + "tpm": 10000000, |
| 4869 | + "supports_system_messages": true, |
| 4870 | + "supports_function_calling": true, |
| 4871 | + "supports_vision": true, |
| 4872 | + "supports_response_schema": true, |
| 4873 | + "supports_audio_output": false, |
| 4874 | + "supports_tool_choice": true, |
| 4875 | + "source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview" |
| 4876 | + }, |
4850 | 4877 | "gemini/gemini-2.0-flash-exp": {
|
4851 | 4878 | "max_tokens": 8192,
|
4852 | 4879 | "max_input_tokens": 1048576,
|
|
6665 | 6692 | "mode": "chat",
|
6666 | 6693 | "supports_tool_choice": true
|
6667 | 6694 | },
|
| 6695 | + "mistralai/mistral-small-3.1-24b-instruct": { |
| 6696 | + "max_tokens": 32000, |
| 6697 | + "input_cost_per_token": 0.0000001, |
| 6698 | + "output_cost_per_token": 0.0000003, |
| 6699 | + "litellm_provider": "openrouter", |
| 6700 | + "mode": "chat", |
| 6701 | + "supports_tool_choice": true |
| 6702 | + }, |
6668 | 6703 | "openrouter/cognitivecomputations/dolphin-mixtral-8x7b": {
|
6669 | 6704 | "max_tokens": 32769,
|
6670 | 6705 | "input_cost_per_token": 0.0000005,
|
|
6793 | 6828 | "supports_vision": false,
|
6794 | 6829 | "supports_tool_choice": true
|
6795 | 6830 | },
|
| 6831 | + "openrouter/openai/o3-mini": { |
| 6832 | + "max_tokens": 65536, |
| 6833 | + "max_input_tokens": 128000, |
| 6834 | + "max_output_tokens": 65536, |
| 6835 | + "input_cost_per_token": 0.0000011, |
| 6836 | + "output_cost_per_token": 0.0000044, |
| 6837 | + "litellm_provider": "openrouter", |
| 6838 | + "mode": "chat", |
| 6839 | + "supports_function_calling": true, |
| 6840 | + "supports_parallel_function_calling": true, |
| 6841 | + "supports_vision": false, |
| 6842 | + "supports_tool_choice": true |
| 6843 | + }, |
| 6844 | + "openrouter/openai/o3-mini-high": { |
| 6845 | + "max_tokens": 65536, |
| 6846 | + "max_input_tokens": 128000, |
| 6847 | + "max_output_tokens": 65536, |
| 6848 | + "input_cost_per_token": 0.0000011, |
| 6849 | + "output_cost_per_token": 0.0000044, |
| 6850 | + "litellm_provider": "openrouter", |
| 6851 | + "mode": "chat", |
| 6852 | + "supports_function_calling": true, |
| 6853 | + "supports_parallel_function_calling": true, |
| 6854 | + "supports_vision": false, |
| 6855 | + "supports_tool_choice": true |
| 6856 | + }, |
6796 | 6857 | "openrouter/openai/gpt-4o": {
|
6797 | 6858 | "max_tokens": 4096,
|
6798 | 6859 | "max_input_tokens": 128000,
|
6799 | 6860 | "max_output_tokens": 4096,
|
6800 |
| - "input_cost_per_token": 0.000005, |
6801 |
| - "output_cost_per_token": 0.000015, |
| 6861 | + "input_cost_per_token": 0.0000025, |
| 6862 | + "output_cost_per_token": 0.000010, |
6802 | 6863 | "litellm_provider": "openrouter",
|
6803 | 6864 | "mode": "chat",
|
6804 | 6865 | "supports_function_calling": true,
|
|
0 commit comments