AllModel

gk2/deepseek-v4-flash

3折
gk2/deepseek-v4-flash

PricingDetails

$ / 1M Tokens

Input

Input

$0.15

Output

Output

$0.30

Cache Write

CacheCreate

$0.15

Cache Read

CacheLoading

$0.03

CurrentEnjoy 3折 discount, Save 70% Cost.

Quick Start

APIaddressPOST https://www.gk2.com/v1/chat/completions
cURL
curl https://www.gk2.com/v1/chat/completions \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gk2/deepseek-v4-flash",
    "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="gk2/deepseek-v4-flash",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Modelinfo

ModelIDgk2/deepseek-v4-flash
Billing MethodPer Token
InputPrice$0.15 / 1M
OutputPrice$0.30 / 1M
CacheLoading$0.03 / 1M
CacheCreate$0.15 / 1M

StartUse gk2/deepseek-v4-flash

RegisterFree Quota, replaceAPIaddressIntegrate