gk2/nemotron-3-nano-30b-a3b
5折gk2/nemotron-3-nano-30b-a3bPricingDetails
$ / 1M TokensInput
Input
$0.05
Output
Output
$0.20
Cache Write
CacheCreate
$0.05
Cache Read
CacheLoading
$0.05
CurrentEnjoy 5折 discount, Save 50% 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/nemotron-3-nano-30b-a3b",
"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/nemotron-3-nano-30b-a3b",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Modelinfo
ModelID
gk2/nemotron-3-nano-30b-a3bBilling MethodPer Token
InputPrice$0.05 / 1M
OutputPrice$0.20 / 1M
CacheLoading$0.05 / 1M
CacheCreate$0.05 / 1M
StartUse gk2/nemotron-3-nano-30b-a3b
RegisterFree Quota, replaceAPIaddressIntegrate