deepseek-v4-pro
Type
LLM
Input
$1.70 / 1M tokens
Output
$3.50 / 1M tokens
Context
1M

API Reference

Get API Key
cURL
1curl https://smartoken.top/v1/chat/completions \
2 -H "Authorization: Bearer $SMARTOKEN_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "model": "deepseek-v4-pro",
6 "messages": [
7 {
8 "role": "user",
9 "content": "你好"
10 }
11 ],
12 "stream": false
13 }'