- Model
deepseek-ai/DeepSeek-R1-0528- Provider
huggingface- API
openai-completions- Base URL
https://router.huggingface.co/v1- Input
- text
- Reasoning
- Yes
- Context window
- 163,840
- Max tokens
- 163,840
- Cost / million input
- $3
- Cost / million output
- $5
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"huggingface": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "deepseek-ai/DeepSeek-R1-0528",
"name": "DeepSeek-R1-0528",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 163840,
"maxTokens": 163840,
"cost": {
"input": 3,
"output": 5,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"supportsDeveloperRole": false
}
}
],
"api": "openai-completions",
"baseUrl": "https://router.huggingface.co/v1"
}
}
}