AIAPIZZ 登录 免费注册
模型广场 kimi-k3

kimi-k3

文本生成 国产模型 精选

该模型暂无简介。

价格

当前倍率 ×0.2
输入¥4.00/M
输出¥20.00/M
缓存命中¥0.4000/M
缓存写入¥5.00/M
价格单位:元 / 百万 token。上面已含当前倍率; 分段价与分时倍率作用在其上(基础价 → 长度段 → 时段价 → 乘时段倍率 → 乘倍率与折扣)。 分段/分时表里没单独填「缓存命中」「缓存写入」的档位,这两路按该档自己的输入价乘以系数算, 所以改了某一档的输入价,那一档的缓存价会跟着一起变。

规格与表现

模型类型文本生成
上下文长度—
最大输出—
近 7 天请求0 次
平均耗时—
近 7 天 Token0

快速开始

直接替换官方 base_url 即可
接口地址
https://aiapizz.com/v1
curl
curl https://aiapizz.com/v1/chat/completions \
  -H "Authorization: Bearer sk-你的密钥" \
  -H "Content-Type: application/json" \
  -d '{"model":"kimi-k3","messages":[{"role":"user","content":"你好"}]}'
Python(openai 官方 SDK)
from openai import OpenAI

client = OpenAI(
    api_key="sk-你的密钥",
    base_url="https://aiapizz.com/v1",
)

r = client.chat.completions.create(
    model="kimi-k3",
    messages=[{"role": "user", "content": "你好"}],
)
print(r.choices[0].message.content)
AIAPIZZ  · 模型广场  · 接口文档  · 服务条款  · 隐私政策
This website is independently developed and operated by the AIAPIZZ team. It is not affiliated with, authorized by, endorsed by, or otherwise associated with any other AI website, platform, brand, or service provider.
© 2026 AIAPIZZ