# The 12k token ceiling retains headroom observed to be necessary in the v1 Sol
# development run. Its measured full-document prompt gains are not comparable to
# this selected-evidence contract and are intentionally not reused as v2 claims.
schema_version: competition_rag_config_v2

experiment:
  id: rag26_competition_rag_gpt_sol_v2
  output_dir: outputs/rag26_competition_rag_gpt_sol_v2
  mode: create

submission:
  team_id: NP
  run_desc: Selected-evidence retrieval with GPT-5.6 Sol answer generation.

inputs:
  handoff_manifest: outputs/facet-deepseek-b40-v3/generation_handoff_manifest.json

generation:
  type: openrouter
  api_base: https://openrouter.ai/api/v1
  api_key_env: OPENROUTER_API_KEY
  model: openai/gpt-5.6-sol
  reasoning_effort: medium
  structured_output: strict_schema
  temperature: null
  max_tokens: 12000
  timeout_seconds: 900
  transport_max_attempts: 3
  concurrency: 4
