Created
February 1, 2026 10:40
-
-
Save chenshaoju/395060c9ca789b9312a831af76272479 to your computer and use it in GitHub Desktop.
DeepSeek for OpenCraw
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
| { | |
| "models": { | |
| "providers": { | |
| "deepseek": { | |
| "baseUrl": "https://api.deepseek.com/v1", | |
| "apiKey": "sk-*******************************", | |
| "api": "openai-completions", | |
| "authHeader": false, | |
| "models": [ | |
| { | |
| "id": "deepseek-chat", | |
| "name": "DeepSeek Chat", | |
| "reasoning": false, | |
| "input": ["text"], | |
| "cost": { | |
| "input": 0, | |
| "output": 0, | |
| "cacheRead": 0, | |
| "cacheWrite": 0 | |
| }, | |
| "contextWindow": 131072, | |
| "maxTokens": 8192 | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment