コンテンツにスキップ

AppBundleModel

このコンテンツはまだ日本語訳がありません。

bundle 内单模型条目(SDK 消费子集)

capabilities: Record<string, unknown>;

contextWindow: number | null;

displayName: string;

family: string | null;

模型族(系列名);「厂商 → 系列」两级分组的二级维;平台未提供时为 null


handle: string;

manufacturer: string | null;

原始厂商(法人 / 品牌名,如 ‘Anthropic’)。模型切换器「厂商 → 系列」两级分组呈现的一级维; 旧 bundle 缺键或平台未校准时为 null(呈现面回落平铺,恒不猜测)。


optional modelId?: string;

上游模型标识(仅供展示;实际调用恒经平台通道,wire 上的 model 值 = handle)。 令牌档下平台不下发本字段,故为可选:缺席 / 空串 / 非字符串一律按键缺席处理,条目本身保留。


pricing: AppBundleModelPricing | null;

计价段;缺键 / 坏形状 = null,恒不猜价


protocol: string;

上游协议标识(仅供展示;方言转换收敛在网关,消费恒经平台通道)