|
15200 | 15200 | "supports_response_schema": true, |
15201 | 15201 | "supports_tool_choice": true |
15202 | 15202 | }, |
| 15203 | + "amazon-nova/nova-micro-v1": { |
| 15204 | + "input_cost_per_token": 3.5e-8, |
| 15205 | + "litellm_provider": "amazon_nova", |
| 15206 | + "max_input_tokens": 128000, |
| 15207 | + "max_output_tokens": 10000, |
| 15208 | + "max_tokens": 10000, |
| 15209 | + "mode": "chat", |
| 15210 | + "output_cost_per_token": 1.4e-7, |
| 15211 | + "supports_function_calling": true, |
| 15212 | + "supports_prompt_caching": true, |
| 15213 | + "supports_response_schema": true |
| 15214 | + }, |
| 15215 | + "amazon-nova/nova-lite-v1": { |
| 15216 | + "input_cost_per_token": 6e-8, |
| 15217 | + "litellm_provider": "amazon_nova", |
| 15218 | + "max_input_tokens": 300000, |
| 15219 | + "max_output_tokens": 10000, |
| 15220 | + "max_tokens": 10000, |
| 15221 | + "mode": "chat", |
| 15222 | + "output_cost_per_token": 2.4e-7, |
| 15223 | + "supports_function_calling": true, |
| 15224 | + "supports_pdf_input": true, |
| 15225 | + "supports_prompt_caching": true, |
| 15226 | + "supports_response_schema": true, |
| 15227 | + "supports_vision": true |
| 15228 | + }, |
| 15229 | + "amazon-nova/nova-premier-v1": { |
| 15230 | + "input_cost_per_token": 0.0000025, |
| 15231 | + "litellm_provider": "amazon_nova", |
| 15232 | + "max_input_tokens": 1000000, |
| 15233 | + "max_output_tokens": 10000, |
| 15234 | + "max_tokens": 10000, |
| 15235 | + "mode": "chat", |
| 15236 | + "output_cost_per_token": 0.0000125, |
| 15237 | + "supports_function_calling": true, |
| 15238 | + "supports_pdf_input": true, |
| 15239 | + "supports_prompt_caching": false, |
| 15240 | + "supports_response_schema": true, |
| 15241 | + "supports_vision": true |
| 15242 | + }, |
| 15243 | + "amazon-nova/nova-pro-v1": { |
| 15244 | + "input_cost_per_token": 8e-7, |
| 15245 | + "litellm_provider": "amazon_nova", |
| 15246 | + "max_input_tokens": 300000, |
| 15247 | + "max_output_tokens": 10000, |
| 15248 | + "max_tokens": 10000, |
| 15249 | + "mode": "chat", |
| 15250 | + "output_cost_per_token": 0.0000032, |
| 15251 | + "supports_function_calling": true, |
| 15252 | + "supports_pdf_input": true, |
| 15253 | + "supports_prompt_caching": true, |
| 15254 | + "supports_response_schema": true, |
| 15255 | + "supports_vision": true |
| 15256 | + }, |
15203 | 15257 | "groq/deepseek-r1-distill-llama-70b": { |
15204 | 15258 | "input_cost_per_token": 7.5e-7, |
15205 | 15259 | "litellm_provider": "groq", |
|
0 commit comments