为什么选它
- 更适合中文与双语企业场景
- BatchIn 价格目标具有竞争力
Baidu
ernie-4.5-300b
适合中文与双语企业工作负载的百度旗舰路线。
参数规模
300B / 47B active
上下文
131K
最大输出
32K
许可证
Baidu
TTFT
暂无
暂无 5 分钟基准样本
5 分钟 RPM
暂无
为什么选它
价格与差价
生产价格证明
路线事实源
快速开始
OpenAI 兼容接口,切换 base_url 即可。
from openai import OpenAI
client = OpenAI(
base_url="https://api.luminapath.tech/v1",
api_key="BAIYIN_API_KEY"
)
resp = client.chat.completions.create(
model="ernie-4.5-300b",
messages=[{"role": "user", "content": "Summarize why this model is a fit for my workload."}]
)
print(resp.choices[0].message.content)import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.luminapath.tech/v1",
apiKey: process.env.BAIYIN_API_KEY,
});
const resp = await client.chat.completions.create({
model: "ernie-4.5-300b",
messages: [{ role: "user", content: "Summarize why this model is a fit for my workload." }],
});
console.log(resp.choices[0]?.message?.content);curl https://api.luminapath.tech/v1/chat/completions \
-H "Authorization: Bearer $BAIYIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ernie-4.5-300b",
"messages": [{"role":"user","content":"Summarize why this model is a fit for my workload."}]
}'规格与行为
架构
MoE Transformer
厂商家族
Baidu
上下文
131K
最大输出
32K
适用场景
相关模型
返回模型中心