Skip to content

Commit cbb28ca

Browse files
author
github-actions
committed
Update API specifications with fern api update
1 parent 5ff0f75 commit cbb28ca

1 file changed

Lines changed: 2 additions & 38 deletions

File tree

fern/apis/api/openapi.json

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -7145,8 +7145,7 @@
71457145
"base-voicemail",
71467146
"base-video",
71477147
"whisper",
7148-
"flux-general-en",
7149-
"flux-general-multi"
7148+
"flux-general-en"
71507149
]
71517150
},
71527151
{
@@ -7321,17 +7320,6 @@
73217320
"maximum": 10000,
73227321
"example": 5000
73237322
},
7324-
"languageHint": {
7325-
"description": "Language hints to bias Flux Multilingual (`flux-general-multi`) toward specific languages.\nProvide BCP-47 language codes (e.g. \"en\", \"es\", \"fr\"). Multiple hints can be given for\nmultilingual or code-switching scenarios. Omit for auto-detection. Only used with `flux-general-multi`.",
7326-
"example": [
7327-
"en",
7328-
"es"
7329-
],
7330-
"type": "array",
7331-
"items": {
7332-
"type": "string"
7333-
}
7334-
},
73357323
"keywords": {
73367324
"description": "These keywords are passed to the transcription model to help it pick up use-case specific words. Anything that may not be a common word, like your company name, should be added here.",
73377325
"type": "array",
@@ -9298,8 +9286,7 @@
92989286
"base-voicemail",
92999287
"base-video",
93009288
"whisper",
9301-
"flux-general-en",
9302-
"flux-general-multi"
9289+
"flux-general-en"
93039290
]
93049291
},
93059292
{
@@ -9474,17 +9461,6 @@
94749461
"maximum": 10000,
94759462
"example": 5000
94769463
},
9477-
"languageHint": {
9478-
"description": "Language hints to bias Flux Multilingual (`flux-general-multi`) toward specific languages.\nProvide BCP-47 language codes (e.g. \"en\", \"es\", \"fr\"). Multiple hints can be given for\nmultilingual or code-switching scenarios. Omit for auto-detection. Only used with `flux-general-multi`.",
9479-
"example": [
9480-
"en",
9481-
"es"
9482-
],
9483-
"type": "array",
9484-
"items": {
9485-
"type": "string"
9486-
}
9487-
},
94889464
"keywords": {
94899465
"description": "These keywords are passed to the transcription model to help it pick up use-case specific words. Anything that may not be a common word, like your company name, should be added here.",
94909466
"type": "array",
@@ -26068,10 +26044,6 @@
2606826044
"type": "string",
2606926045
"description": "This is not returned in the API."
2607026046
},
26071-
"apiUrl": {
26072-
"type": "string",
26073-
"description": "This can be used to point to an onprem Cartesia instance. Defaults to api.cartesia.ai."
26074-
},
2607526047
"name": {
2607626048
"type": "string",
2607726049
"description": "This is the name of credential. This is just for your reference.",
@@ -52166,10 +52138,6 @@
5216652138
"description": "This is the name of credential. This is just for your reference.",
5216752139
"minLength": 1,
5216852140
"maxLength": 40
52169-
},
52170-
"apiUrl": {
52171-
"type": "string",
52172-
"description": "This can be used to point to an onprem Cartesia instance. Defaults to api.cartesia.ai."
5217352141
}
5217452142
},
5217552143
"required": [
@@ -55445,10 +55413,6 @@
5544555413
"description": "This is the name of credential. This is just for your reference.",
5544655414
"minLength": 1,
5544755415
"maxLength": 40
55448-
},
55449-
"apiUrl": {
55450-
"type": "string",
55451-
"description": "This can be used to point to an onprem Cartesia instance. Defaults to api.cartesia.ai."
5545255416
}
5545355417
}
5545455418
},

0 commit comments

Comments
 (0)