File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18888,7 +18888,14 @@ components:
1888818888 description: Price in USD per cached input token (read)
1888918889 type: string
1889018890 input_cache_write:
18891- description: Price in USD per cached input token (write)
18891+ description: >-
18892+ Price per cache-write token, in USD per token. For providers with multiple cache TTLs (e.g. Anthropic),
18893+ this is the default (5-minute) cache-write rate.
18894+ type: string
18895+ input_cache_write_1h:
18896+ description: >-
18897+ Price per 1-hour cache-write token, in USD per token. Only present for providers that price an extended
18898+ (1-hour) cache TTL separately, such as Anthropic.
1889218899 type: string
1889318900 internal_reasoning:
1889418901 description: Price in USD per internal reasoning token
@@ -19005,7 +19012,14 @@ components:
1900519012 description: Price in USD per cached input token (read)
1900619013 type: string
1900719014 input_cache_write:
19008- description: Price in USD per cached input token (write)
19015+ description: >-
19016+ Price per cache-write token, in USD per token. For providers with multiple cache TTLs (e.g. Anthropic), this
19017+ is the default (5-minute) cache-write rate.
19018+ type: string
19019+ input_cache_write_1h:
19020+ description: >-
19021+ Price per 1-hour cache-write token, in USD per token. Only present for providers that price an extended
19022+ (1-hour) cache TTL separately, such as Anthropic.
1900919023 type: string
1901019024 internal_reasoning:
1901119025 description: Price in USD per internal reasoning token
You can’t perform that action at this time.
0 commit comments