KwaiPilot

Kwai

kolors

Kolors

Kolors 已纳入当前百因智算 Model API 目录。

模型详情可用MoE Transformer

参数规模

N/A

上下文

N/A

最大输出

N/A

许可证

Proprietary

接口

/v1/images

接入状态

可用

为什么选它

  • 可用性以实时服务目录为准。
  • 价格仅在实时服务目录验证后展示。

价格与对比

该模型当前未公布公开价格,可联系团队确认接入与报价。
层级公开价缓存说明
在线调用联系获取报价联系获取报价当前公开价格
批处理联系获取报价联系获取报价批处理价格开放后会同步显示

快速开始

兼容常见接入方式,切换基础地址后即可开始测试。

Python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.batchin.tech/v1",
    api_key="BATCHIN_API_KEY"
)

resp = client.images.generate(
    model="kolors",
    prompt="A cinematic skyline at sunrise"
)

print(resp.data[0].url)
JavaScript
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.batchin.tech/v1",
  apiKey: process.env.BATCHIN_API_KEY,
});

const resp = await client.images.generate({
  model: "kolors",
  prompt: "A cinematic skyline at sunrise",
});

console.log(resp.data[0]?.url);
cURL
curl https://api.batchin.tech/v1/images \  -H "Authorization: Bearer ***" \  -H "Content-Type: application/json" \  -d '{
    "model": "kolors",
    "prompt": "A cinematic skyline at sunrise"
  }'

规格与行为

架构

MoE Transformer

厂商

Kwai

上下文

N/A

最大输出

N/A

适用场景

kwai
available

相关模型

返回模型中心
Kolors | 百因智算