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;이 페이지가 도움이 되었나요?
피드백 감사합니다. 이 문서를 계속 개선하겠습니다.