是的,OpenCode 支持 OpenRouter 的免费模型。配置方法:
```bash
# 设置环境变量
export OPENAI_API_BASE=
https://openrouter.ai/api/v1
export OPENAI_API_KEY=your-openrouter-api-key
# 在 OpenCode 中选择免费模型
/models
# 选择类似 openai/gpt-4o-mini、meta-llama/llama-3.1-70b-chat 等免费模型
```
免费模型需要通过 OpenRouter 的统一 API 访问,按使用量付费但有免费额度。