gk2/llama-4-maverick-17b-128e-instruct
免费gk2/llama-4-maverick-17b-128e-instructPricingDetails
$ / 1M TokensInput
Input
Free
Output
Output
Free
Cache Write
CacheCreate
Free
Cache Read
CacheLoading
Free
Free to Use, No balance deduction.
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/llama-4-maverick-17b-128e-instruct",
"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/llama-4-maverick-17b-128e-instruct",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Modelinfo
ModelID
gk2/llama-4-maverick-17b-128e-instructBilling MethodPer Token
InputPriceFree / 1M
OutputPriceFree / 1M
CacheLoadingFree / 1M
CacheCreateFree / 1M
StartUse gk2/llama-4-maverick-17b-128e-instruct
RegisterFree Quota, replaceAPIaddressIntegrate