opencode.json 342 B

12345678910111213141516
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "provider": {
  4. "@openrouter/ai-sdk-provider": {
  5. "name": "OpenRouter",
  6. "options": {
  7. "apiKey": "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  8. },
  9. "models": {
  10. "anthropic/claude-3.5-sonnet": {
  11. "name": "claude-3.5-sonnet"
  12. }
  13. }
  14. }
  15. }
  16. }