Skip to content

Commit 64ae9a0

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

1 file changed

Lines changed: 38 additions & 2 deletions

File tree

fern/apis/api/openapi.json

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7145,7 +7145,8 @@
71457145
"base-voicemail",
71467146
"base-video",
71477147
"whisper",
7148-
"flux-general-en"
7148+
"flux-general-en",
7149+
"flux-general-multi"
71497150
]
71507151
},
71517152
{
@@ -7320,6 +7321,17 @@
73207321
"maximum": 10000,
73217322
"example": 5000
73227323
},
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+
},
73237335
"keywords": {
73247336
"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.",
73257337
"type": "array",
@@ -9286,7 +9298,8 @@
92869298
"base-voicemail",
92879299
"base-video",
92889300
"whisper",
9289-
"flux-general-en"
9301+
"flux-general-en",
9302+
"flux-general-multi"
92909303
]
92919304
},
92929305
{
@@ -9461,6 +9474,17 @@
94619474
"maximum": 10000,
94629475
"example": 5000
94639476
},
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+
},
94649488
"keywords": {
94659489
"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.",
94669490
"type": "array",
@@ -26044,6 +26068,10 @@
2604426068
"type": "string",
2604526069
"description": "This is not returned in the API."
2604626070
},
26071+
"apiUrl": {
26072+
"type": "string",
26073+
"description": "This can be used to point to an onprem Cartesia instance. Defaults to api.cartesia.ai."
26074+
},
2604726075
"name": {
2604826076
"type": "string",
2604926077
"description": "This is the name of credential. This is just for your reference.",
@@ -52138,6 +52166,10 @@
5213852166
"description": "This is the name of credential. This is just for your reference.",
5213952167
"minLength": 1,
5214052168
"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."
5214152173
}
5214252174
},
5214352175
"required": [
@@ -55413,6 +55445,10 @@
5541355445
"description": "This is the name of credential. This is just for your reference.",
5541455446
"minLength": 1,
5541555447
"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."
5541655452
}
5541755453
}
5541855454
},

0 commit comments

Comments
 (0)