Skip to content

Commit ab22d64

Browse files
authored
Merge pull request #374 from openai/dev/jzhou/usage-api-typo
Fix typo
2 parents ad1cc6a + d7a9f7e commit ab22d64

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

openapi.yaml

+17-17
Original file line numberDiff line numberDiff line change
@@ -4124,7 +4124,7 @@ paths:
41244124
"end_time": 1730505600,
41254125
"results": [
41264126
{
4127-
"object": "orgainzation.costs.result",
4127+
"object": "organization.costs.result",
41284128
"amount": {
41294129
"value": 0.06,
41304130
"currency": "usd"
@@ -5741,7 +5741,7 @@ paths:
57415741
"end_time": 1730505600,
57425742
"results": [
57435743
{
5744-
"object": "orgainzation.usage.audio_transcriptions.result",
5744+
"object": "organization.usage.audio_transcriptions.result",
57455745
"seconds": 20,
57465746
"num_model_requests": 1,
57475747
"project_id": null,
@@ -5854,7 +5854,7 @@ paths:
58545854
"end_time": 1730505600,
58555855
"results": [
58565856
{
5857-
"object": "orgainzation.usage.code_interpreter_sessions.result",
5857+
"object": "organization.usage.code_interpreter_sessions.result",
58585858
"sessions": 1,
58595859
"project_id": null
58605860
}
@@ -5999,7 +5999,7 @@ paths:
59995999
"end_time": 1730505600,
60006000
"results": [
60016001
{
6002-
"object": "orgainzation.usage.completions.result",
6002+
"object": "organization.usage.completions.result",
60036003
"input_tokens": 1000,
60046004
"output_tokens": 500,
60056005
"input_cached_tokens": 800,
@@ -6142,7 +6142,7 @@ paths:
61426142
"end_time": 1730505600,
61436143
"results": [
61446144
{
6145-
"object": "orgainzation.usage.embeddings.result",
6145+
"object": "organization.usage.embeddings.result",
61466146
"input_tokens": 16,
61476147
"num_model_requests": 2,
61486148
"project_id": null,
@@ -6314,7 +6314,7 @@ paths:
63146314
"end_time": 1730505600,
63156315
"results": [
63166316
{
6317-
"object": "orgainzation.usage.images.result",
6317+
"object": "organization.usage.images.result",
63186318
"images": 2,
63196319
"num_model_requests": 2,
63206320
"size": null,
@@ -6456,7 +6456,7 @@ paths:
64566456
"end_time": 1730505600,
64576457
"results": [
64586458
{
6459-
"object": "orgainzation.usage.moderations.result",
6459+
"object": "organization.usage.moderations.result",
64606460
"input_tokens": 16,
64616461
"num_model_requests": 2,
64626462
"project_id": null,
@@ -6568,7 +6568,7 @@ paths:
65686568
"end_time": 1730505600,
65696569
"results": [
65706570
{
6571-
"object": "orgainzation.usage.vector_stores.result",
6571+
"object": "organization.usage.vector_stores.result",
65726572
"usage_bytes": 1024,
65736573
"project_id": null
65746574
}
@@ -12914,7 +12914,7 @@ components:
1291412914
name: Costs object
1291512915
example: |
1291612916
{
12917-
"object": "orgainzation.costs.result",
12917+
"object": "organization.costs.result",
1291812918
"amount": {
1291912919
"value": 0.06,
1292012920
"currency": "usd"
@@ -23228,7 +23228,7 @@ components:
2322823228
name: Audio speeches usage object
2322923229
example: |
2323023230
{
23231-
"object": "orgainzation.usage.audio_speeches.result",
23231+
"object": "organization.usage.audio_speeches.result",
2323223232
"characters": 45,
2323323233
"num_model_requests": 1,
2323423234
"project_id": "proj_abc",
@@ -23275,7 +23275,7 @@ components:
2327523275
name: Audio transcriptions usage object
2327623276
example: |
2327723277
{
23278-
"object": "orgainzation.usage.audio_transcriptions.result",
23278+
"object": "organization.usage.audio_transcriptions.result",
2327923279
"seconds": 10,
2328023280
"num_model_requests": 1,
2328123281
"project_id": "proj_abc",
@@ -23306,7 +23306,7 @@ components:
2330623306
name: Code interpreter sessions usage object
2330723307
example: |
2330823308
{
23309-
"object": "orgainzation.usage.code_interpreter_sessions.result",
23309+
"object": "organization.usage.code_interpreter_sessions.result",
2331023310
"sessions": 1,
2331123311
"project_id": "proj_abc"
2331223312
}
@@ -23360,7 +23360,7 @@ components:
2336023360
name: Completions usage object
2336123361
example: |
2336223362
{
23363-
"object": "orgainzation.usage.completions.result",
23363+
"object": "organization.usage.completions.result",
2336423364
"input_tokens": 5000,
2336523365
"output_tokens": 1000,
2336623366
"input_cached_tokens": 4000,
@@ -23409,7 +23409,7 @@ components:
2340923409
name: Embeddings usage object
2341023410
example: |
2341123411
{
23412-
"object": "orgainzation.usage.embeddings.result",
23412+
"object": "organization.usage.embeddings.result",
2341323413
"input_tokens": 20,
2341423414
"num_model_requests": 2,
2341523415
"project_id": "proj_abc",
@@ -23464,7 +23464,7 @@ components:
2346423464
name: Images usage object
2346523465
example: |
2346623466
{
23467-
"object": "orgainzation.usage.images.result",
23467+
"object": "organization.usage.images.result",
2346823468
"images": 2,
2346923469
"num_model_requests": 2,
2347023470
"size": "1024x1024",
@@ -23512,7 +23512,7 @@ components:
2351223512
name: Moderations usage object
2351323513
example: |
2351423514
{
23515-
"object": "orgainzation.usage.moderations.result",
23515+
"object": "organization.usage.moderations.result",
2351623516
"input_tokens": 20,
2351723517
"num_model_requests": 2,
2351823518
"project_id": "proj_abc",
@@ -23591,7 +23591,7 @@ components:
2359123591
name: Vector stores usage object
2359223592
example: |
2359323593
{
23594-
"object": "orgainzation.usage.vector_stores.result",
23594+
"object": "organization.usage.vector_stores.result",
2359523595
"usage_bytes": 1024,
2359623596
"project_id": "proj_abc"
2359723597
}

0 commit comments

Comments
 (0)