| # Any OpenAI-compatible LLM API | |
| LLM_API_KEY=your_key_here | |
| LLM_BASE_URL=https://openrouter.ai/api/v1 | |
| LLM_MODEL_NAME=openai/gpt-4o-mini | |
| # For reasoning models (gpt-5-mini, o3, etc.), the scripts use max_tokens=16384 | |
| # to accommodate reasoning tokens. Adjust if needed. | |