34 lines
878 B
YAML
34 lines
878 B
YAML
chat_model:
|
|
init_args:
|
|
model: google/gemini-2.5-flash-lite-preview-09-2025
|
|
model_provider: openai
|
|
api_key:
|
|
base_url: https://openrouter.ai/api/v1
|
|
# Rate limits for chat model API calls
|
|
# Set to null to disable rate limiting for this service
|
|
max_requests_per_minute: null
|
|
max_requests_per_day: null
|
|
|
|
|
|
image_generator:
|
|
class_path: tools.ImageGeneratorNanobananaGoogleAPI
|
|
init_args:
|
|
api_key:
|
|
# Rate limits for image generation API calls
|
|
# Set to null to disable rate limiting for this service
|
|
max_requests_per_minute: 2
|
|
max_requests_per_day: 50
|
|
|
|
|
|
video_generator:
|
|
class_path: tools.VideoGeneratorVeoGoogleAPI
|
|
init_args:
|
|
api_key:
|
|
# Rate limits for video generation API calls
|
|
# Set to null to disable rate limiting for this service
|
|
max_requests_per_minute: 2
|
|
max_requests_per_day: 50
|
|
|
|
|
|
working_dir: .working_dir/script2video
|