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: fern/apis/api/openapi.json
+70-7Lines changed: 70 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6434,6 +6434,7 @@
6434
6434
"type": "string",
6435
6435
"description": "This is the OpenAI model that will be used.",
6436
6436
"enum": [
6437
+
"chatgpt-4o-latest",
6437
6438
"o3-mini",
6438
6439
"o1-preview",
6439
6440
"o1-preview-2024-09-12",
@@ -6466,6 +6467,7 @@
6466
6467
"type": "array",
6467
6468
"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.",
6468
6469
"enum": [
6470
+
"chatgpt-4o-latest",
6469
6471
"o3-mini",
6470
6472
"o1-preview",
6471
6473
"o1-preview-2024-09-12",
@@ -6500,6 +6502,7 @@
6500
6502
"items": {
6501
6503
"type": "string",
6502
6504
"enum": [
6505
+
"chatgpt-4o-latest",
6503
6506
"o3-mini",
6504
6507
"o1-preview",
6505
6508
"o1-preview-2024-09-12",
@@ -7618,6 +7621,50 @@
7618
7621
"voiceId"
7619
7622
]
7620
7623
},
7624
+
"CartesiaExperimentalControls": {
7625
+
"type": "object",
7626
+
"properties": {
7627
+
"speed": {
7628
+
"type": "string",
7629
+
"enum": [
7630
+
"slowest",
7631
+
"slow",
7632
+
"normal",
7633
+
"fast",
7634
+
"fastest"
7635
+
],
7636
+
"example": "normal"
7637
+
},
7638
+
"emotion": {
7639
+
"type": "string",
7640
+
"enum": [
7641
+
"anger:lowest",
7642
+
"anger:low",
7643
+
"anger:high",
7644
+
"anger:highest",
7645
+
"positivity:lowest",
7646
+
"positivity:low",
7647
+
"positivity:high",
7648
+
"positivity:highest",
7649
+
"surprise:lowest",
7650
+
"surprise:low",
7651
+
"surprise:high",
7652
+
"surprise:highest",
7653
+
"sadness:lowest",
7654
+
"sadness:low",
7655
+
"sadness:high",
7656
+
"sadness:highest",
7657
+
"curiosity:lowest",
7658
+
"curiosity:low",
7659
+
"curiosity:high",
7660
+
"curiosity:highest"
7661
+
],
7662
+
"example": [
7663
+
"happiness:high"
7664
+
]
7665
+
}
7666
+
}
7667
+
},
7621
7668
"CartesiaVoice": {
7622
7669
"type": "object",
7623
7670
"properties": {
@@ -7628,6 +7675,10 @@
7628
7675
"cartesia"
7629
7676
]
7630
7677
},
7678
+
"voiceId": {
7679
+
"type": "string",
7680
+
"description": "The ID of the particular voice you want to use."
7681
+
},
7631
7682
"model": {
7632
7683
"type": "string",
7633
7684
"description": "This is the model that will be used. This is optional and will default to the correct model for the voiceId.",
@@ -7661,6 +7712,14 @@
7661
7712
],
7662
7713
"example": "en"
7663
7714
},
7715
+
"experimentalControls": {
7716
+
"description": "Experimental controls for Cartesia voice generation",
0 commit comments