- Model
deepseek-ai/DeepSeek-V4-Pro- Provider
huggingface- API
openai-completions- Base URL
https://router.huggingface.co/v1- Input
- text
- Reasoning
- Yes
- Context window
- 1,048,576
- Max tokens
- 393,216
- Cost / million input
- $0.435
- Cost / million output
- $0.87
- Cost / million cache read
- $0.003625
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"huggingface": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "deepseek-ai/DeepSeek-V4-Pro",
"name": "DeepSeek V4 Pro",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1048576,
"maxTokens": 393216,
"cost": {
"input": 0.435,
"output": 0.87,
"cacheRead": 0.003625,
"cacheWrite": 0
},
"compat": {
"supportsDeveloperRole": false
}
}
],
"api": "openai-completions",
"baseUrl": "https://router.huggingface.co/v1"
}
}
}