| # Example variable names only. Do not put real credentials in this file. | |
| # In this workspace, use openrouter-run for OpenRouter operations. | |
| # Main/legacy provider paths | |
| # OPENROUTER_API_KEY=<inject through a secret manager or process environment> | |
| OPENROUTER_BASE_URL=https://openrouter.ai/api/v1 | |
| OPENROUTER_MODEL=openai/gpt-5.6-sol | |
| ORIENT_MODEL_PROFILE=default | |
| # OPENAI_API_KEY= | |
| # GOOGLE_API_KEY= | |
| # ANTHROPIC_API_KEY= | |
| # ZHIPU_API_KEY= | |
| ORIENTER_APP_METADATA_CACHE= | |
| # Semantic evaluation cache. Keep offline/read-only for historical reproduction. | |
| # Set ZHIPU_API_KEY only when intentionally expanding the cache for new labels. | |
| ORIENTER_EMBEDDING_CACHE= | |
| ORIENTER_EMBEDDING_OFFLINE=1 | |
| ORIENTER_EMBEDDING_READONLY=1 | |
| # Optional baseline/provider paths | |
| # ARK_API_KEY= | |
| # DASHSCOPE_API_KEY= | |
| # DEEPSEEK_API_KEY= | |
| # THEB_API_KEY= | |
| # INTERNVL_API_KEY= | |
| CLAUDE_BASELINE_MODEL=anthropic/claude-sonnet-4.5 | |
| GPT4O_BASELINE_MODEL=openai/gpt-4o-2024-08-06 | |
| GPT5_BASELINE_MODEL=openai/gpt-5.6-sol | |
| GEMINI_BASELINE_MODEL=google/gemini-2.5-pro | |
| D3_DATASET_ROOT= | |