|
9662 | 9662 | "models": { |
9663 | 9663 | "type": "array", |
9664 | 9664 | "enum": [ |
| 9665 | + "gpt-4o-2024-08-06-ptu", |
9665 | 9666 | "gpt-4o-2024-08-06", |
9666 | 9667 | "gpt-4o-mini-2024-07-18", |
9667 | 9668 | "gpt-4o-2024-05-13", |
|
9679 | 9680 | "items": { |
9680 | 9681 | "type": "string", |
9681 | 9682 | "enum": [ |
| 9683 | + "gpt-4o-2024-08-06-ptu", |
9682 | 9684 | "gpt-4o-2024-08-06", |
9683 | 9685 | "gpt-4o-mini-2024-07-18", |
9684 | 9686 | "gpt-4o-2024-05-13", |
|
11007 | 11009 | "description": "This determines whether the video is recorded during the call. Defaults to false. Only relevant for `webCall` type.\n\nYou can find the video recording at `call.artifact.videoRecordingUrl` after the call is ended.\n\n@default false", |
11008 | 11010 | "example": false |
11009 | 11011 | }, |
| 11012 | + "pcapEnabled": { |
| 11013 | + "type": "boolean", |
| 11014 | + "description": "This determines whether the SIP packet capture is enabled. Defaults to true. Only relevant for `phone` type calls where phone number's provider is `vapi` or `byo-phone-number`.\n\nYou can find the packet capture at `call.artifact.pcapUrl` after the call is ended.\n\n@default true", |
| 11015 | + "example": true |
| 11016 | + }, |
| 11017 | + "pcapS3PathPrefix": { |
| 11018 | + "type": "string", |
| 11019 | + "description": "This is the path where the SIP packet capture will be uploaded. This is only used if you have provided S3 or GCP credentials on the Provider Credentials page in the Dashboard.\n\nIf credential.s3PathPrefix or credential.bucketPlan.path is set, this will append to it.\n\nUsage:\n- If you want to upload the packet capture to a specific path, set this to the path. Example: `/my-assistant-captures`.\n- If you want to upload the packet capture to the root of the bucket, set this to `/`.\n\n@default '/'", |
| 11020 | + "example": "/pcaps" |
| 11021 | + }, |
11010 | 11022 | "transcriptPlan": { |
11011 | 11023 | "description": "This is the plan for `call.artifact.transcript`. To disable, set `transcriptPlan.enabled` to false.", |
11012 | 11024 | "allOf": [ |
|
12929 | 12941 | "transcript": { |
12930 | 12942 | "type": "string", |
12931 | 12943 | "description": "This is the transcript of the call. This is derived from `artifact.messages` but provided for convenience." |
| 12944 | + }, |
| 12945 | + "pcapUrl": { |
| 12946 | + "type": "string", |
| 12947 | + "description": "This is the packet capture url for the call. This is only available for `phone` type calls where phone number's provider is `vapi` or `byo-phone-number`." |
12932 | 12948 | } |
12933 | 12949 | } |
12934 | 12950 | }, |
|
19899 | 19915 | "models": { |
19900 | 19916 | "type": "array", |
19901 | 19917 | "enum": [ |
| 19918 | + "gpt-4o-2024-08-06-ptu", |
19902 | 19919 | "gpt-4o-2024-08-06", |
19903 | 19920 | "gpt-4o-mini-2024-07-18", |
19904 | 19921 | "gpt-4o-2024-05-13", |
|
19916 | 19933 | "items": { |
19917 | 19934 | "type": "string", |
19918 | 19935 | "enum": [ |
| 19936 | + "gpt-4o-2024-08-06-ptu", |
19919 | 19937 | "gpt-4o-2024-08-06", |
19920 | 19938 | "gpt-4o-mini-2024-07-18", |
19921 | 19939 | "gpt-4o-2024-05-13", |
|
21877 | 21895 | "models": { |
21878 | 21896 | "type": "array", |
21879 | 21897 | "enum": [ |
| 21898 | + "gpt-4o-2024-08-06-ptu", |
21880 | 21899 | "gpt-4o-2024-08-06", |
21881 | 21900 | "gpt-4o-mini-2024-07-18", |
21882 | 21901 | "gpt-4o-2024-05-13", |
|
21894 | 21913 | "items": { |
21895 | 21914 | "type": "string", |
21896 | 21915 | "enum": [ |
| 21916 | + "gpt-4o-2024-08-06-ptu", |
21897 | 21917 | "gpt-4o-2024-08-06", |
21898 | 21918 | "gpt-4o-mini-2024-07-18", |
21899 | 21919 | "gpt-4o-2024-05-13", |
|
0 commit comments