Skip to content

Commit cd139ff

Browse files
🌿 ✨ [Scheduled] Update API Spec (#169)
* feat(api): add Gemini Flash 2.0 Multimodal Live API support * feat(openapi): Add new credential types and Azure blob storage * feat(openapi): update OpenAPI spec to support multiple providers for UpdatePhoneNumberDTO * feat(openapi): add new tool types and improve tool configuration * feat(openapi.json): added ClientInboundMessageEndCall object and EndCall action to the ClientInboundMessageTransfer properties. * fix(openapi): remove orgId from logsQuery and logsDelete parameters and update type description and enum * fix(openapi): update OpenAPI specification for knowledge base and workflows * fix(openapi.json): update region enum and add UpdateWorkflowDTO schema * fix(openapi): add ToolCall schema and update transcript enum * fix(fern/apis/api/openapi.json): add 'deepseek-reasoner' to enum list and fix line indentation --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 4a794e0 commit cd139ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fern/apis/api/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6235,7 +6235,8 @@
62356235
"type": "string",
62366236
"description": "This is the name of the model. Ex. cognitivecomputations/dolphin-mixtral-8x7b",
62376237
"enum": [
6238-
"deepseek-chat"
6238+
"deepseek-chat",
6239+
"deepseek-reasoner"
62396240
]
62406241
},
62416242
"provider": {

0 commit comments

Comments
 (0)