Skip to content

Commit 03acde4

Browse files
fern-api[bot]skeptrunedev
authored andcommitted
🌿 ✨ [Scheduled] Update API Spec (#217)
* fix(openapi): deprecate logsQuery and logsDeleteQuery, remove Eval objects * feat(openapi): add new model, update error codes, remove OrgWithOrgUser, add providers * feat(openapi): add keyterm prompting and minutes used reset timestamp --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 531aafe commit 03acde4

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

fern/apis/api/openapi.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3576,6 +3576,13 @@
35763576
"pattern": "/^\\p{L}[\\p{L}\\d]*(?::[+-]?\\d+)?$/u"
35773577
}
35783578
},
3579+
"keyterm": {
3580+
"description": "Keyterm Prompting allows you improve Keyword Recall Rate (KRR) for important keyterms or phrases up to 90%.",
3581+
"type": "array",
3582+
"items": {
3583+
"type": "string"
3584+
}
3585+
},
35793586
"endpointing": {
35803587
"type": "number",
35813588
"description": "This is the timeout after which Deepgram will send transcription on user silence. You can read in-depth documentation here: https://developers.deepgram.com/docs/endpointing.\n\nHere are the most important bits:\n- Defaults to 10. This is recommended for most use cases to optimize for latency.\n- 10 can cause some missing transcriptions since because of the shorter context. This mostly happens for one-word utterances. For those uses cases, it's recommended to try 300. It will add a bit of latency but the quality and reliability of the experience will be better.\n- If neither 10 nor 300 work, contact [email protected] and we'll find another solution.\n\n@default 10",
@@ -22925,14 +22932,19 @@
2292522932
},
2292622933
"minutesIncluded": {
2292722934
"type": "number",
22928-
"description": "The number of minutes included in the subscription. Enterprise only.",
22935+
"description": "The number of minutes included in the subscription.",
2292922936
"minimum": 1
2293022937
},
2293122938
"minutesUsed": {
2293222939
"type": "number",
22933-
"description": "The number of minutes used in the subscription. Enterprise only.",
22940+
"description": "The number of minutes used in the subscription.",
2293422941
"minimum": 1
2293522942
},
22943+
"minutesUsedNextResetAt": {
22944+
"format": "date-time",
22945+
"type": "string",
22946+
"description": "This is the timestamp at which the number of monthly free minutes is scheduled to reset at."
22947+
},
2293622948
"minutesOverageCost": {
2293722949
"type": "number",
2293822950
"description": "The per minute charge on minutes that exceed the included minutes. Enterprise only."
@@ -23195,6 +23207,9 @@
2319523207
"viewer"
2319623208
],
2319723209
"type": "string"
23210+
},
23211+
"redirectTo": {
23212+
"type": "string"
2319823213
}
2319923214
},
2320023215
"required": [

0 commit comments

Comments
 (0)