Created
January 28, 2026 18:54
-
-
Save brandonbryant12/861e51635373d2f09ec049b0277b3dae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "provider": { | |
| "your-provider-name": { | |
| "npm": "@ai-sdk/openai-compatible", | |
| "name": "Display Name", | |
| "options": { | |
| "baseURL": "http://localhost:11434/v1", | |
| "apiKey": "{env:YOUR_API_KEY}" | |
| }, | |
| "models": { | |
| "model-id": { | |
| "name": "Model Display Name", | |
| "tools": true | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment