Pricing
このコンテンツはまだ日本語訳がありません。
type Pricing = { cachedInputPerMillion?: number; inputPerMillion: number; outputPerMillion: number; peakMultiplier?: number; tiers?: { cachedInputPerMillion?: number; inputPerMillion: number; outputPerMillion: number; upToInputTokens?: number; }[];};单模型价格表(PricingSchema 推导)。
cachedInputPerMillion?
Section titled “cachedInputPerMillion?”optional cachedInputPerMillion?: number;inputPerMillion
Section titled “inputPerMillion”inputPerMillion: number;outputPerMillion
Section titled “outputPerMillion”outputPerMillion: number;peakMultiplier?
Section titled “peakMultiplier?”optional peakMultiplier?: number;tiers?
Section titled “tiers?”optional tiers?: { cachedInputPerMillion?: number; inputPerMillion: number; outputPerMillion: number; upToInputTokens?: number;}[];cachedInputPerMillion?
Section titled “cachedInputPerMillion?”optional cachedInputPerMillion?: number;inputPerMillion
Section titled “inputPerMillion”inputPerMillion: number;outputPerMillion
Section titled “outputPerMillion”outputPerMillion: number;upToInputTokens?
Section titled “upToInputTokens?”optional upToInputTokens?: number;このページは役に立ちましたか?
フィードバックありがとうございます。この記事の改善に活かします。