mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-22 12:34:59 +00:00
Add gemini model metadata
This commit is contained in:
parent
ae94521242
commit
1677db3ca7
1 changed files with 55 additions and 0 deletions
|
@ -519,6 +519,61 @@
|
||||||
"supported_output_modalities": ["text"],
|
"supported_output_modalities": ["text"],
|
||||||
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview"
|
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview"
|
||||||
},
|
},
|
||||||
|
"gemini/gemini-2.5-pro": {
|
||||||
|
"max_tokens": 65536,
|
||||||
|
"max_input_tokens": 1048576,
|
||||||
|
"max_output_tokens": 65536,
|
||||||
|
"max_images_per_prompt": 3000,
|
||||||
|
"max_videos_per_prompt": 10,
|
||||||
|
"max_video_length": 1,
|
||||||
|
"max_audio_length_hours": 8.4,
|
||||||
|
"max_audio_per_prompt": 1,
|
||||||
|
"max_pdf_size_mb": 20,
|
||||||
|
"input_cost_per_token": 0.00000125,
|
||||||
|
"input_cost_per_token_above_200k_tokens": 0.0000025,
|
||||||
|
"output_cost_per_token": 0.00001,
|
||||||
|
"output_cost_per_token_above_200k_tokens": 0.000015,
|
||||||
|
"litellm_provider": "gemini",
|
||||||
|
"mode": "chat",
|
||||||
|
"rpm": 2000,
|
||||||
|
"tpm": 8000000,
|
||||||
|
"supports_system_messages": true,
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"supports_response_schema": true,
|
||||||
|
"supports_audio_output": false,
|
||||||
|
"supports_tool_choice": true,
|
||||||
|
"supported_modalities": ["text", "image", "audio", "video"],
|
||||||
|
"supported_output_modalities": ["text"],
|
||||||
|
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro"
|
||||||
|
},
|
||||||
|
"gemini/gemini-2.5-flash": {
|
||||||
|
"max_tokens": 65536,
|
||||||
|
"max_input_tokens": 1048576,
|
||||||
|
"max_output_tokens": 65536,
|
||||||
|
"max_images_per_prompt": 3000,
|
||||||
|
"max_videos_per_prompt": 10,
|
||||||
|
"max_video_length": 1,
|
||||||
|
"max_audio_length_hours": 8.4,
|
||||||
|
"max_audio_per_prompt": 1,
|
||||||
|
"max_pdf_size_mb": 20,
|
||||||
|
"input_cost_per_token": 0.00000035,
|
||||||
|
"input_cost_per_audio_token": 0.000001,
|
||||||
|
"output_cost_per_token": 0.0000025,
|
||||||
|
"litellm_provider": "gemini",
|
||||||
|
"mode": "chat",
|
||||||
|
"rpm": 10000,
|
||||||
|
"tpm": 8000000,
|
||||||
|
"supports_system_messages": true,
|
||||||
|
"supports_function_calling": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"supports_response_schema": true,
|
||||||
|
"supports_audio_output": false,
|
||||||
|
"supports_tool_choice": true,
|
||||||
|
"supported_modalities": ["text", "image", "audio", "video"],
|
||||||
|
"supported_output_modalities": ["text"],
|
||||||
|
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-flash"
|
||||||
|
},
|
||||||
"together_ai/Qwen/Qwen3-235B-A22B-fp8-tput": {
|
"together_ai/Qwen/Qwen3-235B-A22B-fp8-tput": {
|
||||||
"input_cost_per_token": 0.0000002,
|
"input_cost_per_token": 0.0000002,
|
||||||
"output_cost_per_token": 0.0000006,
|
"output_cost_per_token": 0.0000006,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue