Skip to content

Instantly share code, notes, and snippets.

@chenshaoju
Created February 1, 2026 10:40
Show Gist options
  • Select an option

  • Save chenshaoju/395060c9ca789b9312a831af76272479 to your computer and use it in GitHub Desktop.

Select an option

Save chenshaoju/395060c9ca789b9312a831af76272479 to your computer and use it in GitHub Desktop.
DeepSeek for OpenCraw
{
"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