Input
$0.616
per 1M tokens
deepseek/deepseek-v4-flashLiveWhat a request costs here, against the unit the model bills on. Every response returns the exact figure as cost.
$0.616
per 1M tokens
$1.848
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-flash",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'