Text GenerationDeepSeek
DeepSeek V4 API
DeepSeek V4 is available through APIAny with unified billing and usage tracking.
D
Model Type:
Price: 1 - 3 credits per 1K tokensHigh stability with detailed usage records on the APIAny platform.
39 (suggested: 2,000)
0.7
02
Sampling temperature. Lower is more deterministic.
1024
168192
Preview
No Task RunningD
LLMResult preview
History
Max 20 items
0 running · 0 completed
Your generation history will appear here
Billing Rules
- • Price shown is charged from the model configuration in admin.
- • Calls consume current account credits and write usage records.
- • Media tasks are processed with the same async pipeline as the public API.
- • Requests run on the APIAny platform with usage tracking.
Pricing
Model
Mode
Quality
Price
DeepSeek V4
Text Generation
-
1 - 3 credits per 1K tokens
API
curl /api/v1/chat/completions \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4",
"messages": [
{
"role": "user",
"content": "用三句话介绍 APIAny 的模型聚合能力,并给出一个适合生产环境的使用建议。"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'