We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d63652 commit 72117c2Copy full SHA for 72117c2
.speakeasy/in.openapi.yaml
@@ -4756,14 +4756,12 @@ components:
4756
rejected_prediction_tokens:
4757
type: number
4758
prompt_tokens_details:
4759
- anyOf:
4760
- - type: object
4761
- properties:
4762
- cached_tokens:
4763
- type: number
4764
- audio_tokens:
4765
4766
- - type: 'null'
+ type: object
+ properties:
+ cached_tokens:
+ type: number
+ audio_tokens:
4767
required:
4768
- completion_tokens
4769
- prompt_tokens
0 commit comments