fugu-lite / configs /workers.real-cheap.yaml
tahsinsoyak's picture
Upload private Fugu-Lite V1 snapshot
88e15cd verified
Raw
History Blame Contribute Delete
872 Bytes
project_name: benchgen-fugu-real-cheap
base_url: https://openrouter.ai/api/v1
api_key_env: OPENROUTER_API_KEY
concurrency: 3
timeout_seconds: 180
max_retries: 4
workers:
- id: qwen_worker
provider: openrouter
model: qwen/qwen3-8b
description: Low-cost general reasoning, math, and multilingual worker.
temperature: 0.1
max_tokens: 512
- id: deepseek_worker
provider: openrouter
model: deepseek/deepseek-v4-flash-0731
description: Low-cost coding and reasoning worker.
temperature: 0.1
max_tokens: 512
- id: gemini_worker
provider: openrouter
model: google/gemini-3.1-flash-lite
description: Low-cost general reasoning and long-context worker.
temperature: 0.1
max_tokens: 512
reward:
quality_weight: 1.0
cost_weight: 0.0
latency_weight: 0.0
cost_scale_usd: 0.01
latency_scale_seconds: 30.0