| 1 | chat_model: |
| 2 | init_args: |
| 3 | model: google/gemini-2.5-flash-lite-preview-09-2025 |
| 4 | model_provider: openai |
| 5 | api_key: |
| 6 | base_url: https://openrouter.ai/api/v1 |
| 7 | # Rate limits for chat model API calls |
| 8 | # Set to null to disable rate limiting for this service |
| 9 | max_requests_per_minute: 500 |
| 10 | max_requests_per_day: 2000 |
| 11 | |
| 12 | image_generator: |
| 13 | class_path: tools.ImageGeneratorNanobananaGoogleAPI |
| 14 | init_args: |
| 15 | api_key: |
| 16 | # Rate limits for image generation API calls |
| 17 | # Set to null to disable rate limiting for this service |
| 18 | max_requests_per_minute: 10 |
| 19 | max_requests_per_day: 500 |
| 20 | |
| 21 | |
| 22 | video_generator: |
| 23 | class_path: tools.VideoGeneratorVeoGoogleAPI |
| 24 | init_args: |
| 25 | api_key: |
| 26 | # Rate limits for video generation API calls |
| 27 | # Set to null to disable rate limiting for this service |
| 28 | max_requests_per_minute: 2 |
| 29 | max_requests_per_day: 10 |
| 30 | |
| 31 | |
| 32 | working_dir: .working_dir/idea2video |
| 33 |