AllModel

gk2/llama-4-maverick-17b-128e-instruct

免费
gk2/llama-4-maverick-17b-128e-instruct

PricingDetails

$ / 1M Tokens

Input

Input

Free

Output

Output

Free

Cache Write

CacheCreate

Free

Cache Read

CacheLoading

Free

Free to Use, No balance deduction.

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/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

ModelIDgk2/llama-4-maverick-17b-128e-instruct
Billing MethodPer Token
InputPriceFree / 1M
OutputPriceFree / 1M
CacheLoadingFree / 1M
CacheCreateFree / 1M

StartUse gk2/llama-4-maverick-17b-128e-instruct

RegisterFree Quota, replaceAPIaddressIntegrate