1 parent 1644900 commit 8ba3759Copy full SHA for 8ba3759
1 file changed
.speakeasy/in.openapi.yaml
@@ -18932,6 +18932,15 @@ components:
18932
- FakeProvider
18933
example: OpenAI
18934
type: string
18935
+ routed_service_tier:
18936
+ description: >-
18937
+ The service tier this request was routed to (e.g. flex, priority). The tier actually applied and billed is
18938
+ determined by the provider response and may differ.
18939
+ enum:
18940
+ - flex
18941
+ - priority
18942
+ example: priority
18943
+ type: string
18944
status:
18945
description: HTTP status code from the provider
18946
example: 200
0 commit comments