Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18932,6 +18932,15 @@ components:
- FakeProvider
example: OpenAI
type: string
routed_service_tier:
description: >-
The service tier this request was routed to (e.g. flex, priority). The tier actually applied and billed is
determined by the provider response and may differ.
enum:
- flex
- priority
example: priority
type: string
status:
description: HTTP status code from the provider
example: 200
Expand Down
Loading