@@ -6003,6 +6003,8 @@ paths:
6003
6003
"input_tokens": 1000,
6004
6004
"output_tokens": 500,
6005
6005
"input_cached_tokens": 800,
6006
+ "input_audio_tokens": 0,
6007
+ "output_audio_tokens": 0,
6006
6008
"num_model_requests": 5,
6007
6009
"project_id": null,
6008
6010
"user_id": null,
@@ -6014,7 +6016,7 @@ paths:
6014
6016
}
6015
6017
],
6016
6018
"has_more": true,
6017
- "next_page": "AAAAAGdGxdEiJdKOAAAAAGcqsYA ="
6019
+ "next_page": "page_AAAAAGdGxdEiJdKOAAAAAGcqsYA ="
6018
6020
}
6019
6021
/organization/usage/embeddings:
6020
6022
get:
@@ -23331,17 +23333,25 @@ components:
23331
23333
- organization.usage.completions.result
23332
23334
input_tokens:
23333
23335
type: integer
23334
- description: The aggregated number of input tokens used. For customers subscribe
23335
- to scale tier, this includes scale tier tokens.
23336
+ description: The aggregated number of text input tokens used, including cached
23337
+ tokens. For customers subscribe to scale tier, this includes scale
23338
+ tier tokens.
23336
23339
input_cached_tokens:
23337
23340
type: integer
23338
- description: The aggregated number of input tokens that has been cached from
23339
- previous requests. For customers subscribe to scale tier, this
23341
+ description: The aggregated number of text input tokens that has been cached
23342
+ from previous requests. For customers subscribe to scale tier, this
23340
23343
includes scale tier tokens.
23341
23344
output_tokens:
23342
23345
type: integer
23343
- description: The aggregated number of output tokens used. For customers
23346
+ description: The aggregated number of text output tokens used. For customers
23344
23347
subscribe to scale tier, this includes scale tier tokens.
23348
+ input_audio_tokens:
23349
+ type: integer
23350
+ description: The aggregated number of audio input tokens used, including cached
23351
+ tokens.
23352
+ output_audio_tokens:
23353
+ type: integer
23354
+ description: The aggregated number of audio output tokens used.
23345
23355
num_model_requests:
23346
23356
type: integer
23347
23357
description: The count of requests made to the model.
@@ -23383,6 +23393,8 @@ components:
23383
23393
"input_tokens": 5000,
23384
23394
"output_tokens": 1000,
23385
23395
"input_cached_tokens": 4000,
23396
+ "input_audio_tokens": 300,
23397
+ "output_audio_tokens": 200,
23386
23398
"num_model_requests": 5,
23387
23399
"project_id": "proj_abc",
23388
23400
"user_id": "user-abc",
0 commit comments