AllModel

nemotron-3-nano-omni-30b-a3b

原价
nemotron-3-nano-omni-30b-a3b

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": "nemotron-3-nano-omni-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="nemotron-3-nano-omni-30b-a3b",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Modelinfo

ModelIDnemotron-3-nano-omni-30b-a3b
Billing MethodPer Token
InputPriceFree / 1M
OutputPriceFree / 1M
CacheLoadingFree / 1M
CacheCreateFree / 1M

StartUse nemotron-3-nano-omni-30b-a3b

RegisterFree Quota, replaceAPIaddressIntegrate