You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ paths:
119
119
"id": "chatcmpl-123",
120
120
"object": "chat.completion",
121
121
"created": 1677652288,
122
-
"model": "gpt-4o-mini",
122
+
"model": "gpt-3.5-turbo-0125",
123
123
"system_fingerprint": "fp_44709d6fcb",
124
124
"choices": [{
125
125
"index": 0,
@@ -216,7 +216,7 @@ paths:
216
216
"id": "chatcmpl-123",
217
217
"object": "chat.completion",
218
218
"created": 1677652288,
219
-
"model": "gpt-4o-mini",
219
+
"model": "gpt-3.5-turbo-0125",
220
220
"system_fingerprint": "fp_44709d6fcb",
221
221
"choices": [{
222
222
"index": 0,
@@ -414,7 +414,7 @@ paths:
414
414
"id": "chatcmpl-abc123",
415
415
"object": "chat.completion",
416
416
"created": 1699896916,
417
-
"model": "gpt-4o-mini",
417
+
"model": "gpt-3.5-turbo-0125",
418
418
"choices": [
419
419
{
420
420
"index": 0,
@@ -496,7 +496,7 @@ paths:
496
496
"id": "chatcmpl-123",
497
497
"object": "chat.completion",
498
498
"created": 1702685778,
499
-
"model": "gpt-4o-mini",
499
+
"model": "gpt-3.5-turbo-0125",
500
500
"choices": [
501
501
{
502
502
"index": 0,
@@ -3894,7 +3894,7 @@ paths:
3894
3894
name: Retrieve message
3895
3895
group: threads
3896
3896
beta: true
3897
-
returns: The [message](/docs/api-reference/messages/object) object matching the specified ID.
3897
+
returns: The [message](/docs/api-reference/threads/messages/object) object matching the specified ID.
3898
3898
examples:
3899
3899
request:
3900
3900
curl: |
@@ -3982,7 +3982,7 @@ paths:
3982
3982
name: Modify message
3983
3983
group: threads
3984
3984
beta: true
3985
-
returns: The modified [message](/docs/api-reference/messages/object) object.
3985
+
returns: The modified [message](/docs/api-reference/threads/messages/object) object.
3986
3986
examples:
3987
3987
request:
3988
3988
curl: |
@@ -7671,7 +7671,7 @@ components:
7671
7671
description: The text contents of the message.
7672
7672
title: Text content
7673
7673
- type: array
7674
-
description: An array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts. Image input is only supported when using the `gpt-4o` model.
7674
+
description: An array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts. Image input is only supported when using the `gpt-4-visual-preview` model.
0 commit comments