gk2/step-3.7-flash
3折gk2/step-3.7-flashPricingDetails
$ / 1M TokensInput
Input
$0.20
Output
Output
$1.15
Cache Write
CacheCreate
$0.20
Cache Read
CacheLoading
$0.04
CurrentEnjoy 3折 discount, Save 70% 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": "gk2/step-3.7-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/step-3.7-flash",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Modelinfo
ModelID
gk2/step-3.7-flashBilling MethodPer Token
InputPrice$0.20 / 1M
OutputPrice$1.15 / 1M
CacheLoading$0.04 / 1M
CacheCreate$0.20 / 1M