Documentation Index
Fetch the complete documentation index at: https://docs.tokenlab.sh/llms.txt
Use this file to discover all available pages before exploring further.
概述
使用此端点可以列出当前对外可见的活跃模型定价信息。 如需查看某个模型的完整定价详情,包括结构化定价和溯源信息,请优先使用 获取模型定价。查询参数
可选的提供方筛选,例如
openai、anthropic 或 google。可选的模型标签筛选,例如
chat、image、video、embedding 或 translation。响应
始终为
pricing。响应中包含的最新定价条目的 ISO 时间戳。
始终为
USD。定价条目数组。每一项包括
model、provider、is_lock_price、capabilities、aliases,以及上方交互式 schema 返回的公开标量或结构化定价摘要字段。使用上面的交互式 OpenAPI 面板获取确切的响应 schema。公开定价条目也可能暴露
lock_price_per_request、has_complex_pricing、supported_operations、pricing_summary 和 pricing_provenance。