|
3107 | 3107 | "content": { |
3108 | 3108 | "application/json": { |
3109 | 3109 | "schema": { |
3110 | | - "$ref": "#/components/schemas/EnterpriseInfo" |
| 3110 | + "$ref": "#/components/schemas/CreateEnterpriseInfoDTO" |
3111 | 3111 | } |
3112 | 3112 | } |
3113 | 3113 | } |
|
5831 | 5831 | "description": "This is the OpenAI model that will be used.", |
5832 | 5832 | "enum": [ |
5833 | 5833 | "gpt-4o-realtime-preview-2024-10-01", |
| 5834 | + "gpt-4o-realtime-preview-2024-12-17", |
| 5835 | + "gpt-4o-mini-realtime-preview-2024-12-17", |
5834 | 5836 | "gpt-4o-mini", |
5835 | 5837 | "gpt-4o-mini-2024-07-18", |
5836 | 5838 | "gpt-4o", |
|
5856 | 5858 | "description": "These are the fallback models that will be used if the primary model fails. This shouldn't be specified unless you have a specific reason to do so. Vapi will automatically find the fastest fallbacks that make sense.", |
5857 | 5859 | "enum": [ |
5858 | 5860 | "gpt-4o-realtime-preview-2024-10-01", |
| 5861 | + "gpt-4o-realtime-preview-2024-12-17", |
| 5862 | + "gpt-4o-mini-realtime-preview-2024-12-17", |
5859 | 5863 | "gpt-4o-mini", |
5860 | 5864 | "gpt-4o-mini-2024-07-18", |
5861 | 5865 | "gpt-4o", |
|
5883 | 5887 | "type": "string", |
5884 | 5888 | "enum": [ |
5885 | 5889 | "gpt-4o-realtime-preview-2024-10-01", |
| 5890 | + "gpt-4o-realtime-preview-2024-12-17", |
| 5891 | + "gpt-4o-mini-realtime-preview-2024-12-17", |
5886 | 5892 | "gpt-4o-mini", |
5887 | 5893 | "gpt-4o-mini-2024-07-18", |
5888 | 5894 | "gpt-4o", |
|
7030 | 7036 | "eleven_multilingual_v2", |
7031 | 7037 | "eleven_turbo_v2", |
7032 | 7038 | "eleven_turbo_v2_5", |
| 7039 | + "eleven_flash_v2", |
| 7040 | + "eleven_flash_v2_5", |
7033 | 7041 | "eleven_monolingual_v1" |
7034 | 7042 | ], |
7035 | 7043 | "example": "eleven_turbo_v2_5" |
|
7176 | 7184 | ] |
7177 | 7185 | }, |
7178 | 7186 | "voiceId": { |
7179 | | - "description": "This is the provider-specific ID that will be used.\nPlease note that ash, ballad, coral, sage, and verse may only be used with the `gpt-4o-realtime-preview-2024-10-01` model.", |
| 7187 | + "description": "This is the provider-specific ID that will be used.\nPlease note that ash, ballad, coral, sage, and verse may only be used with realtime models.", |
7180 | 7188 | "enum": [ |
7181 | 7189 | "alloy", |
7182 | 7190 | "echo", |
|
7940 | 7948 | "eleven_multilingual_v2", |
7941 | 7949 | "eleven_turbo_v2", |
7942 | 7950 | "eleven_turbo_v2_5", |
| 7951 | + "eleven_flash_v2", |
| 7952 | + "eleven_flash_v2_5", |
7943 | 7953 | "eleven_monolingual_v1" |
7944 | 7954 | ], |
7945 | 7955 | "example": "eleven_turbo_v2_5" |
|
8062 | 8072 | ] |
8063 | 8073 | }, |
8064 | 8074 | "voiceId": { |
8065 | | - "description": "This is the provider-specific ID that will be used.\nPlease note that ash, ballad, coral, sage, and verse may only be used with the `gpt-4o-realtime-preview-2024-10-01` model.", |
| 8075 | + "description": "This is the provider-specific ID that will be used.\nPlease note that ash, ballad, coral, sage, and verse may only be used with realtime models.", |
8066 | 8076 | "enum": [ |
8067 | 8077 | "alloy", |
8068 | 8078 | "echo", |
|
20973 | 20983 | }, |
20974 | 20984 | "source": { |
20975 | 20985 | "type": "string", |
20976 | | - "description": "The location of the company." |
| 20986 | + "description": "How the company heard about us." |
20977 | 20987 | }, |
20978 | 20988 | "companyType": { |
20979 | 20989 | "type": "string", |
|
20990 | 21000 | "email": { |
20991 | 21001 | "type": "string", |
20992 | 21002 | "description": "The optional email of the company." |
| 21003 | + }, |
| 21004 | + "useCase": { |
| 21005 | + "type": "string", |
| 21006 | + "description": "The use case of the company." |
20993 | 21007 | } |
20994 | 21008 | }, |
20995 | 21009 | "required": [ |
|
21012 | 21026 | }, |
21013 | 21027 | "source": { |
21014 | 21028 | "type": "string", |
21015 | | - "description": "The location of the company." |
| 21029 | + "description": "How the company heard about us." |
21016 | 21030 | }, |
21017 | 21031 | "companyType": { |
21018 | 21032 | "type": "string", |
|
0 commit comments