Back to all models
Cortecs
deepseek-v3-0324
DeepSeek V3 0324 是由 cortecs 提供的人工智能模型。
Vendor
Cortecs
Category
Large Language Model API
Pricing
Input price / 1M tokens
$1.40
Output price / 1M tokens
$5.60
Supported endpoints
openaiQuick start
OpenAI-compatible — just change base_url to treeRouter to use this model:
curl https://treerouter.com/v1/chat/completions \
-H "Authorization: Bearer $TREEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v3-0324",
"messages": [{"role": "user", "content": "Hello"}]
}'