Input
$1.848
per 1M tokens
deepseek/deepseek-v4-proLiveWhat a request costs here, against the unit the model bills on. Every response returns the exact figure as cost.
$1.848
per 1M tokens
$5.544
per 1M tokens
The model id is the only field that changes between models on the same endpoint.
curl https://api.routehook.ai/v1/chat/completions \
-H "Authorization: Bearer $ROUTEHOOK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-v4-pro",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'