You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/out.openapi.yaml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7199,13 +7199,12 @@ components:
7199
7199
CostDetails:
7200
7200
description: 'Breakdown of upstream inference costs'
7201
7201
example:
7202
-
server_tool_cost: null
7203
7202
upstream_inference_completions_cost: 0.0004
7204
7203
upstream_inference_cost: null
7205
7204
upstream_inference_prompt_cost: 0.0008
7206
7205
properties:
7207
7206
server_tool_cost:
7208
-
description: 'Metered server-tool execution cost (for example, shell sandbox time) billed for this request, in USD. Matches the billed checkpoint and settlement amounts exactly.'
7207
+
description: 'Metered server-tool execution cost (for example, shell sandbox time) billed for this request, in USD. Matches the billed checkpoint and settlement amounts exactly. 0 when a metered server tool ran but settled at zero dollars; absent when no metered server tool ran.'
7209
7208
format: 'double'
7210
7209
type:
7211
7210
- 'number'
@@ -26349,7 +26348,7 @@ components:
26349
26348
cost_details:
26350
26349
properties:
26351
26350
server_tool_cost:
26352
-
description: 'Metered server-tool execution cost (for example, shell sandbox time) billed for this request, in USD. Matches the billed checkpoint and settlement amounts exactly.'
26351
+
description: 'Metered server-tool execution cost (for example, shell sandbox time) billed for this request, in USD. Matches the billed checkpoint and settlement amounts exactly. 0 when a metered server tool ran but settled at zero dollars; absent when no metered server tool ran.'
0 commit comments