version: v0.3.0 listeners: - type: model name: model_listener port: 12000 model_providers: # OpenAI Models - all point to mock server - model: openai/gpt-5-mini-2025-08-07 access_key: $OPENAI_API_KEY default: true base_url: http://host.docker.internal:51001 - model: openai/gpt-4o-mini access_key: $OPENAI_API_KEY base_url: http://host.docker.internal:51001 - model: openai/o3 access_key: $OPENAI_API_KEY base_url: http://host.docker.internal:51001 - model: openai/gpt-4o access_key: $OPENAI_API_KEY base_url: http://host.docker.internal:51001 # Anthropic Models - point to mock server - model: anthropic/claude-sonnet-4-20250514 access_key: $ANTHROPIC_API_KEY base_url: http://host.docker.internal:51001 # Model aliases model_aliases: arch.summarize.v1: target: gpt-5-mini-2025-08-07 arch.v1: target: o3 # State storage for v1/responses API multi-turn tests state_storage: type: memory