DeepSeek V3.2 (腾讯云)

text
Try in Playground

DeepSeek V3.2 served via Tencent Cloud LKEAP official API. Faster, cheaper than V3.1 with the same quality.

Pricing

Input

¥0.00

¥ / 百万Token

Output

¥0.00

¥ / 百万Token

价格单位:¥(人民币)

Quickstart

curl https://api.aigcto.cc/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "deepseek-v3.2",
    "messages": [{"role": "user", "content": "What is the meaning of life?"}],
    "stream": true
  }'

Replace YOUR_API_KEY with your actual API key. Uses the standard OpenAI SDK — no custom SDK needed.