From d9243fba7dda58234953c3db03ab73fda60e87eb Mon Sep 17 00:00:00 2001 From: Blaine Kasten Date: Wed, 29 Apr 2026 12:01:47 -0500 Subject: [PATCH] feat: Return cached_input pricing tokens on models list --- openapi.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 42c664e..3451987 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10868,6 +10868,12 @@ components: type: object required: [hourly, input, output, base, finetune] properties: + base: + type: number + example: 0 + finetune: + type: number + example: 0 hourly: type: number example: 0 @@ -10877,12 +10883,9 @@ components: output: type: number example: 0.3 - base: - type: number - example: 0 - finetune: + cached_input: type: number - example: 0 + example: 0.2 ToolsPart: type: object