|
7216 | 7216 | "description": "This is the name of the model. Ex. cognitivecomputations/dolphin-mixtral-8x7b", |
7217 | 7217 | "enum": [ |
7218 | 7218 | "grok-beta", |
7219 | | - "grok-2" |
| 7219 | + "grok-2", |
| 7220 | + "grok-3" |
7220 | 7221 | ] |
7221 | 7222 | }, |
7222 | 7223 | "provider": { |
|
7362 | 7363 | } |
7363 | 7364 | ] |
7364 | 7365 | } |
| 7366 | + }, |
| 7367 | + "formattersEnabled": { |
| 7368 | + "type": "array", |
| 7369 | + "description": "List of formatters to apply. If not provided, all default formatters will be applied.\nIf provided, only the specified formatters will be applied.\nNote: Some essential formatters like angle bracket removal will always be applied.\n@default undefined", |
| 7370 | + "enum": [ |
| 7371 | + "markdown", |
| 7372 | + "asterisk", |
| 7373 | + "quote", |
| 7374 | + "dash", |
| 7375 | + "newline", |
| 7376 | + "colon", |
| 7377 | + "acronym", |
| 7378 | + "dollarAmount", |
| 7379 | + "email", |
| 7380 | + "date", |
| 7381 | + "time", |
| 7382 | + "distance", |
| 7383 | + "unit", |
| 7384 | + "percentage", |
| 7385 | + "phoneNumber", |
| 7386 | + "number" |
| 7387 | + ], |
| 7388 | + "items": { |
| 7389 | + "type": "string", |
| 7390 | + "enum": [ |
| 7391 | + "markdown", |
| 7392 | + "asterisk", |
| 7393 | + "quote", |
| 7394 | + "dash", |
| 7395 | + "newline", |
| 7396 | + "colon", |
| 7397 | + "acronym", |
| 7398 | + "dollarAmount", |
| 7399 | + "email", |
| 7400 | + "date", |
| 7401 | + "time", |
| 7402 | + "distance", |
| 7403 | + "unit", |
| 7404 | + "percentage", |
| 7405 | + "phoneNumber", |
| 7406 | + "number" |
| 7407 | + ] |
| 7408 | + } |
7365 | 7409 | } |
7366 | 7410 | } |
7367 | 7411 | }, |
|
13235 | 13279 | "pipeline-error-rime-ai-voice-failed", |
13236 | 13280 | "pipeline-error-neets-voice-failed", |
13237 | 13281 | "pipeline-error-smallest-ai-voice-failed", |
| 13282 | + "pipeline-error-neuphonic-voice-failed", |
13238 | 13283 | "pipeline-error-deepgram-transcriber-failed", |
13239 | 13284 | "pipeline-error-gladia-transcriber-failed", |
| 13285 | + "pipeline-error-speechmatics-transcriber-failed", |
13240 | 13286 | "pipeline-error-assembly-ai-transcriber-failed", |
13241 | 13287 | "pipeline-error-talkscriber-transcriber-failed", |
13242 | 13288 | "pipeline-error-azure-speech-transcriber-failed", |
@@ -23156,115 +23202,6 @@ |
23156 | 23202 | "role" |
23157 | 23203 | ] |
23158 | 23204 | }, |
23159 | | - "OrgWithOrgUser": { |
23160 | | - "type": "object", |
23161 | | - "properties": { |
23162 | | - "hipaaEnabled": { |
23163 | | - "type": "boolean", |
23164 | | - "description": "When this is enabled, no logs, recordings, or transcriptions will be stored. At the end of the call, you will still receive an end-of-call-report message to store on your server. Defaults to false.\nWhen HIPAA is enabled, only OpenAI/Custom LLM or Azure Providers will be available for LLM and Voice respectively.\nThis is due to the compliance requirements of HIPAA. Other providers may not meet these requirements.", |
23165 | | - "example": false |
23166 | | - }, |
23167 | | - "subscription": { |
23168 | | - "$ref": "#/components/schemas/Subscription" |
23169 | | - }, |
23170 | | - "subscriptionId": { |
23171 | | - "type": "string", |
23172 | | - "description": "This is the ID of the subscription the org belongs to." |
23173 | | - }, |
23174 | | - "id": { |
23175 | | - "type": "string", |
23176 | | - "description": "This is the unique identifier for the org." |
23177 | | - }, |
23178 | | - "createdAt": { |
23179 | | - "format": "date-time", |
23180 | | - "type": "string", |
23181 | | - "description": "This is the ISO 8601 date-time string of when the org was created." |
23182 | | - }, |
23183 | | - "updatedAt": { |
23184 | | - "format": "date-time", |
23185 | | - "type": "string", |
23186 | | - "description": "This is the ISO 8601 date-time string of when the org was last updated." |
23187 | | - }, |
23188 | | - "stripeCustomerId": { |
23189 | | - "type": "string", |
23190 | | - "description": "This is the Stripe customer for the org." |
23191 | | - }, |
23192 | | - "stripeSubscriptionId": { |
23193 | | - "type": "string", |
23194 | | - "description": "This is the subscription for the org." |
23195 | | - }, |
23196 | | - "stripeSubscriptionItemId": { |
23197 | | - "type": "string", |
23198 | | - "description": "This is the subscription's subscription item." |
23199 | | - }, |
23200 | | - "stripeSubscriptionCurrentPeriodStart": { |
23201 | | - "format": "date-time", |
23202 | | - "type": "string", |
23203 | | - "description": "This is the subscription's current period start." |
23204 | | - }, |
23205 | | - "stripeSubscriptionStatus": { |
23206 | | - "type": "string", |
23207 | | - "description": "This is the subscription's status." |
23208 | | - }, |
23209 | | - "plan": { |
23210 | | - "description": "This is the plan for the org.", |
23211 | | - "allOf": [ |
23212 | | - { |
23213 | | - "$ref": "#/components/schemas/OrgPlan" |
23214 | | - } |
23215 | | - ] |
23216 | | - }, |
23217 | | - "name": { |
23218 | | - "type": "string", |
23219 | | - "description": "This is the name of the org. This is just for your own reference.", |
23220 | | - "maxLength": 40 |
23221 | | - }, |
23222 | | - "channel": { |
23223 | | - "type": "string", |
23224 | | - "description": "This is the channel of the org. There is the cluster the API traffic for the org will be directed.", |
23225 | | - "enum": [ |
23226 | | - "default", |
23227 | | - "weekly" |
23228 | | - ] |
23229 | | - }, |
23230 | | - "billingLimit": { |
23231 | | - "type": "number", |
23232 | | - "description": "This is the monthly billing limit for the org. To go beyond $1000/mo, please contact us at [email protected].", |
23233 | | - "minimum": 0, |
23234 | | - "maximum": 1000 |
23235 | | - }, |
23236 | | - "server": { |
23237 | | - "description": "This is where Vapi will send webhooks. You can find all webhooks available along with their shape in ServerMessage schema.\n\nThe order of precedence is:\n\n1. assistant.server\n2. phoneNumber.server\n3. org.server", |
23238 | | - "allOf": [ |
23239 | | - { |
23240 | | - "$ref": "#/components/schemas/Server" |
23241 | | - } |
23242 | | - ] |
23243 | | - }, |
23244 | | - "concurrencyLimit": { |
23245 | | - "type": "number", |
23246 | | - "description": "This is the concurrency limit for the org. This is the maximum number of calls that can be active at any given time. To go beyond 10, please contact us at [email protected].", |
23247 | | - "minimum": 1, |
23248 | | - "maximum": 10 |
23249 | | - }, |
23250 | | - "invitedByUserId": { |
23251 | | - "type": "string" |
23252 | | - }, |
23253 | | - "role": { |
23254 | | - "type": "string", |
23255 | | - "enum": [ |
23256 | | - "admin", |
23257 | | - "editor", |
23258 | | - "viewer" |
23259 | | - ] |
23260 | | - } |
23261 | | - }, |
23262 | | - "required": [ |
23263 | | - "id", |
23264 | | - "createdAt", |
23265 | | - "updatedAt" |
23266 | | - ] |
23267 | | - }, |
23268 | 23205 | "UpdateUserRoleDTO": { |
23269 | 23206 | "type": "object", |
23270 | 23207 | "properties": { |
|
23351 | 23288 | "deepgram", |
23352 | 23289 | "lmnt", |
23353 | 23290 | "neets", |
| 23291 | + "neuphonic", |
23354 | 23292 | "openai", |
23355 | 23293 | "playht", |
23356 | 23294 | "rime-ai", |
|
24042 | 23980 | "deepgram", |
24043 | 23981 | "lmnt", |
24044 | 23982 | "neets", |
| 23983 | + "neuphonic", |
24045 | 23984 | "openai", |
24046 | 23985 | "playht", |
24047 | 23986 | "rime-ai", |
|
24058 | 23997 | "deepgram", |
24059 | 23998 | "lmnt", |
24060 | 23999 | "neets", |
| 24000 | + "neuphonic", |
24061 | 24001 | "openai", |
24062 | 24002 | "playht", |
24063 | 24003 | "rime-ai", |
|
24817 | 24757 | "pipeline-error-rime-ai-voice-failed", |
24818 | 24758 | "pipeline-error-neets-voice-failed", |
24819 | 24759 | "pipeline-error-smallest-ai-voice-failed", |
| 24760 | + "pipeline-error-neuphonic-voice-failed", |
24820 | 24761 | "pipeline-error-deepgram-transcriber-failed", |
24821 | 24762 | "pipeline-error-gladia-transcriber-failed", |
| 24763 | + "pipeline-error-speechmatics-transcriber-failed", |
24822 | 24764 | "pipeline-error-assembly-ai-transcriber-failed", |
24823 | 24765 | "pipeline-error-talkscriber-transcriber-failed", |
24824 | 24766 | "pipeline-error-azure-speech-transcriber-failed", |
|
25619 | 25561 | "pipeline-error-rime-ai-voice-failed", |
25620 | 25562 | "pipeline-error-neets-voice-failed", |
25621 | 25563 | "pipeline-error-smallest-ai-voice-failed", |
| 25564 | + "pipeline-error-neuphonic-voice-failed", |
25622 | 25565 | "pipeline-error-deepgram-transcriber-failed", |
25623 | 25566 | "pipeline-error-gladia-transcriber-failed", |
| 25567 | + "pipeline-error-speechmatics-transcriber-failed", |
25624 | 25568 | "pipeline-error-assembly-ai-transcriber-failed", |
25625 | 25569 | "pipeline-error-talkscriber-transcriber-failed", |
25626 | 25570 | "pipeline-error-azure-speech-transcriber-failed", |
|
27028 | 26972 | "title": "SipTransferDestination" |
27029 | 26973 | } |
27030 | 26974 | ] |
| 26975 | + }, |
| 26976 | + "content": { |
| 26977 | + "type": "string", |
| 26978 | + "description": "This is the content to say." |
27031 | 26979 | } |
27032 | 26980 | }, |
27033 | 26981 | "required": [ |
|
0 commit comments