DeepSeek-V3.2
8折DeepSeek-V3.2PricingDetails
$ / 1M TokensInput
Input
$0.30
Output
Output
$0.45
Cache Write
CacheCreate
$0.30
Cache Read
CacheLoading
$0.03
CurrentEnjoy 8折 discount, Save 19.999999999999996% Cost.
Quick Start
APIaddress
POST https://www.gk2.com/v1/chat/completionscURL
curl https://www.gk2.com/v1/chat/completions \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "DeepSeek-V3.2",
"messages": [{"role": "user", "content": "Hello!"}]
}'Python (OpenAI SDK)
import openai
client = openai.OpenAI(
api_key="sk-your-key",
base_url="https://www.gk2.com/v1"
)
response = client.chat.completions.create(
model="DeepSeek-V3.2",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Modelinfo
ModelID
DeepSeek-V3.2Billing MethodPer Token
InputPrice$0.30 / 1M
OutputPrice$0.45 / 1M
CacheLoading$0.03 / 1M
CacheCreate$0.30 / 1M