File size: 872 Bytes
88e15cd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 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
|