Skip to content

Commit 6b927f7

Browse files
committed
fix(openapi): update model and voiceId descriptions, add new fields and enums
1 parent 8de801b commit 6b927f7

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

fern/apis/api/openapi.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3107,7 +3107,7 @@
31073107
"content": {
31083108
"application/json": {
31093109
"schema": {
3110-
"$ref": "#/components/schemas/EnterpriseInfo"
3110+
"$ref": "#/components/schemas/CreateEnterpriseInfoDTO"
31113111
}
31123112
}
31133113
}
@@ -5831,6 +5831,8 @@
58315831
"description": "This is the OpenAI model that will be used.",
58325832
"enum": [
58335833
"gpt-4o-realtime-preview-2024-10-01",
5834+
"gpt-4o-realtime-preview-2024-12-17",
5835+
"gpt-4o-mini-realtime-preview-2024-12-17",
58345836
"gpt-4o-mini",
58355837
"gpt-4o-mini-2024-07-18",
58365838
"gpt-4o",
@@ -5856,6 +5858,8 @@
58565858
"description": "These are the fallback models that will be used if the primary model fails. This shouldn't be specified unless you have a specific reason to do so. Vapi will automatically find the fastest fallbacks that make sense.",
58575859
"enum": [
58585860
"gpt-4o-realtime-preview-2024-10-01",
5861+
"gpt-4o-realtime-preview-2024-12-17",
5862+
"gpt-4o-mini-realtime-preview-2024-12-17",
58595863
"gpt-4o-mini",
58605864
"gpt-4o-mini-2024-07-18",
58615865
"gpt-4o",
@@ -5883,6 +5887,8 @@
58835887
"type": "string",
58845888
"enum": [
58855889
"gpt-4o-realtime-preview-2024-10-01",
5890+
"gpt-4o-realtime-preview-2024-12-17",
5891+
"gpt-4o-mini-realtime-preview-2024-12-17",
58865892
"gpt-4o-mini",
58875893
"gpt-4o-mini-2024-07-18",
58885894
"gpt-4o",
@@ -7030,6 +7036,8 @@
70307036
"eleven_multilingual_v2",
70317037
"eleven_turbo_v2",
70327038
"eleven_turbo_v2_5",
7039+
"eleven_flash_v2",
7040+
"eleven_flash_v2_5",
70337041
"eleven_monolingual_v1"
70347042
],
70357043
"example": "eleven_turbo_v2_5"
@@ -7176,7 +7184,7 @@
71767184
]
71777185
},
71787186
"voiceId": {
7179-
"description": "This is the provider-specific ID that will be used.\nPlease note that ash, ballad, coral, sage, and verse may only be used with the `gpt-4o-realtime-preview-2024-10-01` model.",
7187+
"description": "This is the provider-specific ID that will be used.\nPlease note that ash, ballad, coral, sage, and verse may only be used with realtime models.",
71807188
"enum": [
71817189
"alloy",
71827190
"echo",
@@ -7940,6 +7948,8 @@
79407948
"eleven_multilingual_v2",
79417949
"eleven_turbo_v2",
79427950
"eleven_turbo_v2_5",
7951+
"eleven_flash_v2",
7952+
"eleven_flash_v2_5",
79437953
"eleven_monolingual_v1"
79447954
],
79457955
"example": "eleven_turbo_v2_5"
@@ -8062,7 +8072,7 @@
80628072
]
80638073
},
80648074
"voiceId": {
8065-
"description": "This is the provider-specific ID that will be used.\nPlease note that ash, ballad, coral, sage, and verse may only be used with the `gpt-4o-realtime-preview-2024-10-01` model.",
8075+
"description": "This is the provider-specific ID that will be used.\nPlease note that ash, ballad, coral, sage, and verse may only be used with realtime models.",
80668076
"enum": [
80678077
"alloy",
80688078
"echo",
@@ -20973,7 +20983,7 @@
2097320983
},
2097420984
"source": {
2097520985
"type": "string",
20976-
"description": "The location of the company."
20986+
"description": "How the company heard about us."
2097720987
},
2097820988
"companyType": {
2097920989
"type": "string",
@@ -20990,6 +21000,10 @@
2099021000
"email": {
2099121001
"type": "string",
2099221002
"description": "The optional email of the company."
21003+
},
21004+
"useCase": {
21005+
"type": "string",
21006+
"description": "The use case of the company."
2099321007
}
2099421008
},
2099521009
"required": [
@@ -21012,7 +21026,7 @@
2101221026
},
2101321027
"source": {
2101421028
"type": "string",
21015-
"description": "The location of the company."
21029+
"description": "How the company heard about us."
2101621030
},
2101721031
"companyType": {
2101821032
"type": "string",

0 commit comments

Comments
 (0)