hume 0.10.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mock/definition/empathic-voice/__package__.yml +151 -224
- package/.mock/definition/empathic-voice/chatGroups.yml +4 -4
- package/.mock/definition/empathic-voice/chats.yml +3 -3
- package/.mock/definition/empathic-voice/configs.yml +17 -17
- package/.mock/definition/empathic-voice/customVoices.yml +6 -6
- package/.mock/definition/empathic-voice/prompts.yml +9 -9
- package/.mock/definition/empathic-voice/tools.yml +9 -9
- package/.mock/definition/tts/__package__.yml +32 -3
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +4 -4
- package/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
- package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +2 -2
- package/api/resources/empathicVoice/resources/configs/client/Client.js +11 -11
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -1
- package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +1 -1
- package/api/resources/empathicVoice/resources/customVoices/client/Client.js +6 -6
- package/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
- package/api/resources/empathicVoice/resources/tools/client/Client.js +9 -9
- package/api/resources/empathicVoice/types/{ReturnLanguageModelModelResource.d.ts → LanguageModelType.d.ts} +3 -6
- package/api/resources/empathicVoice/types/{ReturnLanguageModelModelResource.js → LanguageModelType.js} +3 -3
- package/api/resources/empathicVoice/types/{PostedLanguageModelModelProvider.d.ts → ModelProviderEnum.d.ts} +2 -5
- package/{dist/api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js → api/resources/empathicVoice/types/ModelProviderEnum.js} +2 -2
- package/api/resources/empathicVoice/types/PostedLanguageModel.d.ts +2 -2
- package/api/resources/empathicVoice/types/ReturnLanguageModel.d.ts +2 -2
- package/api/resources/empathicVoice/types/index.d.ts +6 -8
- package/api/resources/empathicVoice/types/index.js +6 -8
- package/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
- package/api/resources/tts/client/Client.js +4 -4
- package/api/resources/tts/resources/voices/client/Client.js +3 -3
- package/api/resources/tts/types/PostedTts.d.ts +7 -0
- package/api/resources/tts/types/SnippetAudioChunk.d.ts +6 -2
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +4 -4
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +2 -2
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +11 -11
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfigVersion.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.js +6 -6
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +9 -9
- package/dist/api/resources/empathicVoice/types/{ReturnLanguageModelModelResource.d.ts → LanguageModelType.d.ts} +3 -6
- package/dist/api/resources/empathicVoice/types/{ReturnLanguageModelModelResource.js → LanguageModelType.js} +3 -3
- package/dist/api/resources/empathicVoice/types/{PostedLanguageModelModelProvider.d.ts → ModelProviderEnum.d.ts} +2 -5
- package/{api/resources/empathicVoice/types/PostedLanguageModelModelProvider.js → dist/api/resources/empathicVoice/types/ModelProviderEnum.js} +2 -2
- package/dist/api/resources/empathicVoice/types/PostedLanguageModel.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/ReturnLanguageModel.d.ts +2 -2
- package/dist/api/resources/empathicVoice/types/index.d.ts +6 -8
- package/dist/api/resources/empathicVoice/types/index.js +6 -8
- package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
- package/dist/api/resources/tts/client/Client.js +4 -4
- package/dist/api/resources/tts/resources/voices/client/Client.js +3 -3
- package/dist/api/resources/tts/types/PostedTts.d.ts +7 -0
- package/dist/api/resources/tts/types/SnippetAudioChunk.d.ts +6 -2
- package/dist/serialization/resources/empathicVoice/types/LanguageModelType.d.ts +10 -0
- package/{serialization/resources/empathicVoice/types/ReturnLanguageModelModelResource.js → dist/serialization/resources/empathicVoice/types/LanguageModelType.js} +3 -3
- package/dist/serialization/resources/empathicVoice/types/{PostedLanguageModelModelProvider.d.ts → ModelProviderEnum.d.ts} +2 -2
- package/dist/serialization/resources/empathicVoice/types/{ReturnLanguageModelModelProvider.js → ModelProviderEnum.js} +2 -2
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModel.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModel.js +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModel.d.ts +4 -4
- package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModel.js +4 -4
- package/dist/serialization/resources/empathicVoice/types/index.d.ts +6 -8
- package/dist/serialization/resources/empathicVoice/types/index.js +6 -8
- package/dist/serialization/resources/tts/types/PostedTts.d.ts +1 -0
- package/dist/serialization/resources/tts/types/PostedTts.js +1 -0
- package/dist/serialization/resources/tts/types/SnippetAudioChunk.d.ts +2 -0
- package/dist/serialization/resources/tts/types/SnippetAudioChunk.js +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +2 -2
- package/serialization/resources/empathicVoice/types/LanguageModelType.d.ts +10 -0
- package/{dist/serialization/resources/empathicVoice/types/ReturnLanguageModelModelResource.js → serialization/resources/empathicVoice/types/LanguageModelType.js} +3 -3
- package/{dist/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts → serialization/resources/empathicVoice/types/ModelProviderEnum.d.ts} +2 -2
- package/{dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js → serialization/resources/empathicVoice/types/ModelProviderEnum.js} +2 -2
- package/serialization/resources/empathicVoice/types/PostedLanguageModel.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/PostedLanguageModel.js +4 -4
- package/serialization/resources/empathicVoice/types/ReturnLanguageModel.d.ts +4 -4
- package/serialization/resources/empathicVoice/types/ReturnLanguageModel.js +4 -4
- package/serialization/resources/empathicVoice/types/index.d.ts +6 -8
- package/serialization/resources/empathicVoice/types/index.js +6 -8
- package/serialization/resources/tts/types/PostedTts.d.ts +1 -0
- package/serialization/resources/tts/types/PostedTts.js +1 -0
- package/serialization/resources/tts/types/SnippetAudioChunk.d.ts +2 -0
- package/serialization/resources/tts/types/SnippetAudioChunk.js +2 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/empathicVoice/types/PostedLanguageModelModelResource.d.ts +0 -34
- package/api/resources/empathicVoice/types/PostedLanguageModelModelResource.js +0 -33
- package/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +0 -17
- package/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +0 -16
- package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelResource.d.ts +0 -34
- package/dist/api/resources/empathicVoice/types/PostedLanguageModelModelResource.js +0 -33
- package/dist/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +0 -17
- package/dist/api/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +0 -16
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelResource.d.ts +0 -10
- package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelResource.js +0 -67
- package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModelModelResource.d.ts +0 -10
- package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.d.ts +0 -10
- package/serialization/resources/empathicVoice/types/PostedLanguageModelModelProvider.js +0 -50
- package/serialization/resources/empathicVoice/types/PostedLanguageModelModelResource.d.ts +0 -10
- package/serialization/resources/empathicVoice/types/PostedLanguageModelModelResource.js +0 -67
- package/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.d.ts +0 -10
- package/serialization/resources/empathicVoice/types/ReturnLanguageModelModelProvider.js +0 -50
- package/serialization/resources/empathicVoice/types/ReturnLanguageModelModelResource.d.ts +0 -10
|
@@ -1002,6 +1002,87 @@ types:
|
|
|
1002
1002
|
type: optional<list<ValidationError>>
|
|
1003
1003
|
source:
|
|
1004
1004
|
openapi: evi-openapi.json
|
|
1005
|
+
LanguageModelType:
|
|
1006
|
+
enum:
|
|
1007
|
+
- value: claude-3-7-sonnet-latest
|
|
1008
|
+
name: Claude37SonnetLatest
|
|
1009
|
+
- value: claude-3-5-sonnet-latest
|
|
1010
|
+
name: Claude35SonnetLatest
|
|
1011
|
+
- value: claude-3-5-haiku-latest
|
|
1012
|
+
name: Claude35HaikuLatest
|
|
1013
|
+
- value: claude-3-5-sonnet-20240620
|
|
1014
|
+
name: Claude35Sonnet20240620
|
|
1015
|
+
- value: claude-3-opus-20240229
|
|
1016
|
+
name: Claude3Opus20240229
|
|
1017
|
+
- value: claude-3-sonnet-20240229
|
|
1018
|
+
name: Claude3Sonnet20240229
|
|
1019
|
+
- value: claude-3-haiku-20240307
|
|
1020
|
+
name: Claude3Haiku20240307
|
|
1021
|
+
- value: us.anthropic.claude-3-5-haiku-20241022-v1:0
|
|
1022
|
+
name: UsAnthropicClaude35Haiku20241022V10
|
|
1023
|
+
- value: us.anthropic.claude-3-5-sonnet-20240620-v1:0
|
|
1024
|
+
name: UsAnthropicClaude35Sonnet20240620V10
|
|
1025
|
+
- value: us.anthropic.claude-3-haiku-20240307-v1:0
|
|
1026
|
+
name: UsAnthropicClaude3Haiku20240307V10
|
|
1027
|
+
- value: gemini-1.5-pro
|
|
1028
|
+
name: Gemini15Pro
|
|
1029
|
+
- value: gemini-1.5-flash
|
|
1030
|
+
name: Gemini15Flash
|
|
1031
|
+
- value: gemini-1.5-pro-002
|
|
1032
|
+
name: Gemini15Pro002
|
|
1033
|
+
- value: gemini-1.5-flash-002
|
|
1034
|
+
name: Gemini15Flash002
|
|
1035
|
+
- value: gemini-2.0-flash
|
|
1036
|
+
name: Gemini20Flash
|
|
1037
|
+
- value: gpt-4-turbo
|
|
1038
|
+
name: Gpt4Turbo
|
|
1039
|
+
- value: gpt-4-turbo-preview
|
|
1040
|
+
name: Gpt4TurboPreview
|
|
1041
|
+
- value: gpt-3.5-turbo-0125
|
|
1042
|
+
name: Gpt35Turbo0125
|
|
1043
|
+
- value: gpt-3.5-turbo
|
|
1044
|
+
name: Gpt35Turbo
|
|
1045
|
+
- value: gpt-4o
|
|
1046
|
+
name: Gpt4O
|
|
1047
|
+
- value: gpt-4o-mini
|
|
1048
|
+
name: Gpt4OMini
|
|
1049
|
+
- value: gemma-7b-it
|
|
1050
|
+
name: Gemma7BIt
|
|
1051
|
+
- value: llama3-8b-8192
|
|
1052
|
+
name: Llama38B8192
|
|
1053
|
+
- value: llama3-70b-8192
|
|
1054
|
+
name: Llama370B8192
|
|
1055
|
+
- value: llama-3.1-70b-versatile
|
|
1056
|
+
name: Llama3170BVersatile
|
|
1057
|
+
- value: llama-3.3-70b-versatile
|
|
1058
|
+
name: Llama3370BVersatile
|
|
1059
|
+
- value: llama-3.1-8b-instant
|
|
1060
|
+
name: Llama318BInstant
|
|
1061
|
+
- value: accounts/fireworks/models/mixtral-8x7b-instruct
|
|
1062
|
+
name: AccountsFireworksModelsMixtral8X7BInstruct
|
|
1063
|
+
- value: accounts/fireworks/models/llama-v3p1-405b-instruct
|
|
1064
|
+
name: AccountsFireworksModelsLlamaV3P1405BInstruct
|
|
1065
|
+
- value: accounts/fireworks/models/llama-v3p1-70b-instruct
|
|
1066
|
+
name: AccountsFireworksModelsLlamaV3P170BInstruct
|
|
1067
|
+
- value: accounts/fireworks/models/llama-v3p1-8b-instruct
|
|
1068
|
+
name: AccountsFireworksModelsLlamaV3P18BInstruct
|
|
1069
|
+
- ellm
|
|
1070
|
+
- value: custom-language-model
|
|
1071
|
+
name: CustomLanguageModel
|
|
1072
|
+
source:
|
|
1073
|
+
openapi: evi-openapi.json
|
|
1074
|
+
ModelProviderEnum:
|
|
1075
|
+
enum:
|
|
1076
|
+
- GROQ
|
|
1077
|
+
- OPEN_AI
|
|
1078
|
+
- FIREWORKS
|
|
1079
|
+
- ANTHROPIC
|
|
1080
|
+
- CUSTOM_LANGUAGE_MODEL
|
|
1081
|
+
- GOOGLE
|
|
1082
|
+
- HUME_AI
|
|
1083
|
+
- AMAZON_BEDROCK
|
|
1084
|
+
source:
|
|
1085
|
+
openapi: evi-openapi.json
|
|
1005
1086
|
ValidationErrorLocItem:
|
|
1006
1087
|
discriminated: false
|
|
1007
1088
|
union:
|
|
@@ -2355,119 +2436,14 @@ types:
|
|
|
2355
2436
|
docs: Text used to create a new prompt for a particular config.
|
|
2356
2437
|
source:
|
|
2357
2438
|
openapi: evi-openapi.json
|
|
2358
|
-
PostedVoiceProvider:
|
|
2359
|
-
enum:
|
|
2360
|
-
- HUME_AI
|
|
2361
|
-
- CUSTOM_VOICE
|
|
2362
|
-
docs: >-
|
|
2363
|
-
The provider of the voice to use. Supported values are `HUME_AI` and
|
|
2364
|
-
`CUSTOM_VOICE`.
|
|
2365
|
-
inline: true
|
|
2366
|
-
source:
|
|
2367
|
-
openapi: evi-openapi.json
|
|
2368
|
-
PostedVoice:
|
|
2369
|
-
docs: A Voice specification posted to the server
|
|
2370
|
-
properties:
|
|
2371
|
-
provider:
|
|
2372
|
-
type: PostedVoiceProvider
|
|
2373
|
-
docs: >-
|
|
2374
|
-
The provider of the voice to use. Supported values are `HUME_AI` and
|
|
2375
|
-
`CUSTOM_VOICE`.
|
|
2376
|
-
name:
|
|
2377
|
-
type: optional<string>
|
|
2378
|
-
docs: >-
|
|
2379
|
-
Specifies the name of the voice to use.
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
This can be either the name of a previously created Custom Voice or
|
|
2383
|
-
one of our 8 base voices: `ITO`, `KORA`, `DACHER`, `AURA`, `FINN`,
|
|
2384
|
-
`WHIMSY`, `STELLA`, or `SUNNY`.
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
The name will be automatically converted to uppercase (e.g., "Ito"
|
|
2388
|
-
becomes "ITO"). If a name is not specified, then a [Custom
|
|
2389
|
-
Voice](/reference/empathic-voice-interface-evi/configs/create-config#request.body.voice.custom_voice)
|
|
2390
|
-
specification must be provided.
|
|
2391
|
-
custom_voice: optional<PostedCustomVoice>
|
|
2392
|
-
source:
|
|
2393
|
-
openapi: evi-openapi.json
|
|
2394
|
-
PostedLanguageModelModelProvider:
|
|
2395
|
-
enum:
|
|
2396
|
-
- GROQ
|
|
2397
|
-
- OPEN_AI
|
|
2398
|
-
- FIREWORKS
|
|
2399
|
-
- ANTHROPIC
|
|
2400
|
-
- CUSTOM_LANGUAGE_MODEL
|
|
2401
|
-
- GOOGLE
|
|
2402
|
-
- HUME_AI
|
|
2403
|
-
- AMAZON_BEDROCK
|
|
2404
|
-
docs: The provider of the supplemental language model.
|
|
2405
|
-
inline: true
|
|
2406
|
-
source:
|
|
2407
|
-
openapi: evi-openapi.json
|
|
2408
|
-
PostedLanguageModelModelResource:
|
|
2409
|
-
enum:
|
|
2410
|
-
- value: claude-3-7-sonnet
|
|
2411
|
-
name: Claude37Sonnet
|
|
2412
|
-
- value: claude-3-5-sonnet-latest
|
|
2413
|
-
name: Claude35SonnetLatest
|
|
2414
|
-
- value: claude-3-5-haiku-20241022-v1
|
|
2415
|
-
name: Claude35Haiku20241022V1
|
|
2416
|
-
- value: gemini-2.0-flash
|
|
2417
|
-
name: Gemini20Flash
|
|
2418
|
-
- value: claude-3-haiku-20240307
|
|
2419
|
-
name: Claude3Haiku20240307
|
|
2420
|
-
- value: gemini-1.5-pro
|
|
2421
|
-
name: Gemini15Pro
|
|
2422
|
-
- value: claude-3-5-sonnet-20240620
|
|
2423
|
-
name: Claude35Sonnet20240620
|
|
2424
|
-
- value: gpt-4o
|
|
2425
|
-
name: Gpt4O
|
|
2426
|
-
- value: gpt-4o-mini
|
|
2427
|
-
name: Gpt4OMini
|
|
2428
|
-
- value: gemini-1.5-flash
|
|
2429
|
-
name: Gemini15Flash
|
|
2430
|
-
- value: claude-3-5-haiku-latest
|
|
2431
|
-
name: Claude35HaikuLatest
|
|
2432
|
-
- value: llama-v3p1-70b-instruct
|
|
2433
|
-
name: LlamaV3P170BInstruct
|
|
2434
|
-
- value: llama-3.3-70b-versatile
|
|
2435
|
-
name: Llama3370BVersatile
|
|
2436
|
-
- value: llama-v3p1-405b-instruct
|
|
2437
|
-
name: LlamaV3P1405BInstruct
|
|
2438
|
-
- value: llama-v3p1-8b-instruct
|
|
2439
|
-
name: LlamaV3P18BInstruct
|
|
2440
|
-
- value: llama-3.1-8b-instant
|
|
2441
|
-
name: Llama318BInstant
|
|
2442
|
-
- value: mixtral-8x7b-instruct
|
|
2443
|
-
name: Mixtral8X7BInstruct
|
|
2444
|
-
- value: llama3-8b-8192
|
|
2445
|
-
name: Llama38B8192
|
|
2446
|
-
- value: llama3-70b-8192
|
|
2447
|
-
name: Llama370B8192
|
|
2448
|
-
- value: claude-3-opus-20240229
|
|
2449
|
-
name: Claude3Opus20240229
|
|
2450
|
-
- value: gpt-4-turbo
|
|
2451
|
-
name: Gpt4Turbo
|
|
2452
|
-
- value: claude-3-sonnet-20240229
|
|
2453
|
-
name: Claude3Sonnet20240229
|
|
2454
|
-
- value: claude-3-5-sonnet-20240620-v1
|
|
2455
|
-
name: Claude35Sonnet20240620V1
|
|
2456
|
-
- value: claude-3-haiku-20240307-v1
|
|
2457
|
-
name: Claude3Haiku20240307V1
|
|
2458
|
-
- ellm
|
|
2459
|
-
docs: String that specifies the language model to use with `model_provider`.
|
|
2460
|
-
inline: true
|
|
2461
|
-
source:
|
|
2462
|
-
openapi: evi-openapi.json
|
|
2463
2439
|
PostedLanguageModel:
|
|
2464
2440
|
docs: A LanguageModel to be posted to the server
|
|
2465
2441
|
properties:
|
|
2466
2442
|
model_provider:
|
|
2467
|
-
type: optional<
|
|
2443
|
+
type: optional<ModelProviderEnum>
|
|
2468
2444
|
docs: The provider of the supplemental language model.
|
|
2469
2445
|
model_resource:
|
|
2470
|
-
type: optional<
|
|
2446
|
+
type: optional<LanguageModelType>
|
|
2471
2447
|
docs: String that specifies the language model to use with `model_provider`.
|
|
2472
2448
|
temperature:
|
|
2473
2449
|
type: optional<float>
|
|
@@ -2719,129 +2695,14 @@ types:
|
|
|
2719
2695
|
type: list<PostedWebhookEventType>
|
|
2720
2696
|
source:
|
|
2721
2697
|
openapi: evi-openapi.json
|
|
2722
|
-
ReturnVoiceProvider:
|
|
2723
|
-
enum:
|
|
2724
|
-
- HUME_AI
|
|
2725
|
-
- CUSTOM_VOICE
|
|
2726
|
-
docs: >-
|
|
2727
|
-
The provider of the voice to use. Supported values are `HUME_AI` and
|
|
2728
|
-
`CUSTOM_VOICE`.
|
|
2729
|
-
inline: true
|
|
2730
|
-
source:
|
|
2731
|
-
openapi: evi-openapi.json
|
|
2732
|
-
ReturnVoice:
|
|
2733
|
-
docs: A specific voice specification
|
|
2734
|
-
properties:
|
|
2735
|
-
provider:
|
|
2736
|
-
type: ReturnVoiceProvider
|
|
2737
|
-
docs: >-
|
|
2738
|
-
The provider of the voice to use. Supported values are `HUME_AI` and
|
|
2739
|
-
`CUSTOM_VOICE`.
|
|
2740
|
-
name:
|
|
2741
|
-
type: optional<string>
|
|
2742
|
-
docs: >-
|
|
2743
|
-
The name of the specified voice.
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
This will either be the name of a previously created Custom Voice or
|
|
2747
|
-
one of our 8 base voices: `ITO`, `KORA`, `DACHER`, `AURA`, `FINN`,
|
|
2748
|
-
`WHIMSY`, `STELLA`, or `SUNNY`.
|
|
2749
|
-
custom_voice: optional<ReturnCustomVoice>
|
|
2750
|
-
source:
|
|
2751
|
-
openapi: evi-openapi.json
|
|
2752
|
-
ReturnLanguageModelModelProvider:
|
|
2753
|
-
enum:
|
|
2754
|
-
- GROQ
|
|
2755
|
-
- OPEN_AI
|
|
2756
|
-
- FIREWORKS
|
|
2757
|
-
- ANTHROPIC
|
|
2758
|
-
- CUSTOM_LANGUAGE_MODEL
|
|
2759
|
-
- GOOGLE
|
|
2760
|
-
- HUME_AI
|
|
2761
|
-
- AMAZON_BEDROCK
|
|
2762
|
-
docs: The provider of the supplemental language model.
|
|
2763
|
-
inline: true
|
|
2764
|
-
source:
|
|
2765
|
-
openapi: evi-openapi.json
|
|
2766
|
-
ReturnLanguageModelModelResource:
|
|
2767
|
-
enum:
|
|
2768
|
-
- value: claude-3-7-sonnet
|
|
2769
|
-
name: Claude37Sonnet
|
|
2770
|
-
- value: claude-3-5-sonnet-latest
|
|
2771
|
-
name: Claude35SonnetLatest
|
|
2772
|
-
- value: claude-3-5-haiku-latest
|
|
2773
|
-
name: Claude35HaikuLatest
|
|
2774
|
-
- value: claude-3-5-sonnet-20240620
|
|
2775
|
-
name: Claude35Sonnet20240620
|
|
2776
|
-
- value: claude-3-opus-20240229
|
|
2777
|
-
name: Claude3Opus20240229
|
|
2778
|
-
- value: claude-3-sonnet-20240229
|
|
2779
|
-
name: Claude3Sonnet20240229
|
|
2780
|
-
- value: claude-3-haiku-20240307
|
|
2781
|
-
name: Claude3Haiku20240307
|
|
2782
|
-
- value: us.anthropic.claude-3-5-haiku-20241022-v1:0
|
|
2783
|
-
name: UsAnthropicClaude35Haiku20241022V10
|
|
2784
|
-
- value: us.anthropic.claude-3-5-sonnet-20240620-v1:0
|
|
2785
|
-
name: UsAnthropicClaude35Sonnet20240620V10
|
|
2786
|
-
- value: us.anthropic.claude-3-haiku-20240307-v1:0
|
|
2787
|
-
name: UsAnthropicClaude3Haiku20240307V10
|
|
2788
|
-
- value: gemini-1.5-pro
|
|
2789
|
-
name: Gemini15Pro
|
|
2790
|
-
- value: gemini-1.5-flash
|
|
2791
|
-
name: Gemini15Flash
|
|
2792
|
-
- value: gemini-1.5-pro-002
|
|
2793
|
-
name: Gemini15Pro002
|
|
2794
|
-
- value: gemini-1.5-flash-002
|
|
2795
|
-
name: Gemini15Flash002
|
|
2796
|
-
- value: gemini-2.0-flash
|
|
2797
|
-
name: Gemini20Flash
|
|
2798
|
-
- value: gpt-4-turbo
|
|
2799
|
-
name: Gpt4Turbo
|
|
2800
|
-
- value: gpt-4-turbo-preview
|
|
2801
|
-
name: Gpt4TurboPreview
|
|
2802
|
-
- value: gpt-3.5-turbo-0125
|
|
2803
|
-
name: Gpt35Turbo0125
|
|
2804
|
-
- value: gpt-3.5-turbo
|
|
2805
|
-
name: Gpt35Turbo
|
|
2806
|
-
- value: gpt-4o
|
|
2807
|
-
name: Gpt4O
|
|
2808
|
-
- value: gpt-4o-mini
|
|
2809
|
-
name: Gpt4OMini
|
|
2810
|
-
- value: gemma-7b-it
|
|
2811
|
-
name: Gemma7BIt
|
|
2812
|
-
- value: llama3-8b-8192
|
|
2813
|
-
name: Llama38B8192
|
|
2814
|
-
- value: llama3-70b-8192
|
|
2815
|
-
name: Llama370B8192
|
|
2816
|
-
- value: llama-3.1-70b-versatile
|
|
2817
|
-
name: Llama3170BVersatile
|
|
2818
|
-
- value: llama-3.3-70b-versatile
|
|
2819
|
-
name: Llama3370BVersatile
|
|
2820
|
-
- value: llama-3.1-8b-instant
|
|
2821
|
-
name: Llama318BInstant
|
|
2822
|
-
- value: accounts/fireworks/models/mixtral-8x7b-instruct
|
|
2823
|
-
name: AccountsFireworksModelsMixtral8X7BInstruct
|
|
2824
|
-
- value: accounts/fireworks/models/llama-v3p1-405b-instruct
|
|
2825
|
-
name: AccountsFireworksModelsLlamaV3P1405BInstruct
|
|
2826
|
-
- value: accounts/fireworks/models/llama-v3p1-70b-instruct
|
|
2827
|
-
name: AccountsFireworksModelsLlamaV3P170BInstruct
|
|
2828
|
-
- value: accounts/fireworks/models/llama-v3p1-8b-instruct
|
|
2829
|
-
name: AccountsFireworksModelsLlamaV3P18BInstruct
|
|
2830
|
-
- ellm
|
|
2831
|
-
- value: custom-language-model
|
|
2832
|
-
name: CustomLanguageModel
|
|
2833
|
-
docs: String that specifies the language model to use with `model_provider`.
|
|
2834
|
-
inline: true
|
|
2835
|
-
source:
|
|
2836
|
-
openapi: evi-openapi.json
|
|
2837
2698
|
ReturnLanguageModel:
|
|
2838
2699
|
docs: A specific LanguageModel
|
|
2839
2700
|
properties:
|
|
2840
2701
|
model_provider:
|
|
2841
|
-
type: optional<
|
|
2702
|
+
type: optional<ModelProviderEnum>
|
|
2842
2703
|
docs: The provider of the supplemental language model.
|
|
2843
2704
|
model_resource:
|
|
2844
|
-
type: optional<
|
|
2705
|
+
type: optional<LanguageModelType>
|
|
2845
2706
|
docs: String that specifies the language model to use with `model_provider`.
|
|
2846
2707
|
temperature:
|
|
2847
2708
|
type: optional<float>
|
|
@@ -3349,3 +3210,69 @@ types:
|
|
|
3349
3210
|
version: optional<unknown>
|
|
3350
3211
|
source:
|
|
3351
3212
|
openapi: evi-openapi.json
|
|
3213
|
+
PostedVoiceProvider:
|
|
3214
|
+
enum:
|
|
3215
|
+
- HUME_AI
|
|
3216
|
+
- CUSTOM_VOICE
|
|
3217
|
+
docs: >-
|
|
3218
|
+
The provider of the voice to use. Supported values are `HUME_AI` and
|
|
3219
|
+
`CUSTOM_VOICE`.
|
|
3220
|
+
inline: true
|
|
3221
|
+
source:
|
|
3222
|
+
openapi: evi-openapi.json
|
|
3223
|
+
PostedVoice:
|
|
3224
|
+
docs: A Voice specification posted to the server
|
|
3225
|
+
properties:
|
|
3226
|
+
provider:
|
|
3227
|
+
type: PostedVoiceProvider
|
|
3228
|
+
docs: >-
|
|
3229
|
+
The provider of the voice to use. Supported values are `HUME_AI` and
|
|
3230
|
+
`CUSTOM_VOICE`.
|
|
3231
|
+
name:
|
|
3232
|
+
type: optional<string>
|
|
3233
|
+
docs: >-
|
|
3234
|
+
Specifies the name of the voice to use.
|
|
3235
|
+
|
|
3236
|
+
|
|
3237
|
+
This can be either the name of a previously created Custom Voice or
|
|
3238
|
+
one of our 8 base voices: `ITO`, `KORA`, `DACHER`, `AURA`, `FINN`,
|
|
3239
|
+
`WHIMSY`, `STELLA`, or `SUNNY`.
|
|
3240
|
+
|
|
3241
|
+
|
|
3242
|
+
The name will be automatically converted to uppercase (e.g., "Ito"
|
|
3243
|
+
becomes "ITO"). If a name is not specified, then a [Custom
|
|
3244
|
+
Voice](/reference/empathic-voice-interface-evi/configs/create-config#request.body.voice.custom_voice)
|
|
3245
|
+
specification must be provided.
|
|
3246
|
+
custom_voice: optional<PostedCustomVoice>
|
|
3247
|
+
source:
|
|
3248
|
+
openapi: evi-openapi.json
|
|
3249
|
+
ReturnVoiceProvider:
|
|
3250
|
+
enum:
|
|
3251
|
+
- HUME_AI
|
|
3252
|
+
- CUSTOM_VOICE
|
|
3253
|
+
docs: >-
|
|
3254
|
+
The provider of the voice to use. Supported values are `HUME_AI` and
|
|
3255
|
+
`CUSTOM_VOICE`.
|
|
3256
|
+
inline: true
|
|
3257
|
+
source:
|
|
3258
|
+
openapi: evi-openapi.json
|
|
3259
|
+
ReturnVoice:
|
|
3260
|
+
docs: A specific voice specification
|
|
3261
|
+
properties:
|
|
3262
|
+
provider:
|
|
3263
|
+
type: ReturnVoiceProvider
|
|
3264
|
+
docs: >-
|
|
3265
|
+
The provider of the voice to use. Supported values are `HUME_AI` and
|
|
3266
|
+
`CUSTOM_VOICE`.
|
|
3267
|
+
name:
|
|
3268
|
+
type: optional<string>
|
|
3269
|
+
docs: >-
|
|
3270
|
+
The name of the specified voice.
|
|
3271
|
+
|
|
3272
|
+
|
|
3273
|
+
This will either be the name of a previously created Custom Voice or
|
|
3274
|
+
one of our 8 base voices: `ITO`, `KORA`, `DACHER`, `AURA`, `FINN`,
|
|
3275
|
+
`WHIMSY`, `STELLA`, or `SUNNY`.
|
|
3276
|
+
custom_voice: optional<ReturnCustomVoice>
|
|
3277
|
+
source:
|
|
3278
|
+
openapi: evi-openapi.json
|
|
@@ -7,7 +7,7 @@ service:
|
|
|
7
7
|
list-chat-groups:
|
|
8
8
|
path: /v0/evi/chat_groups
|
|
9
9
|
method: GET
|
|
10
|
-
auth:
|
|
10
|
+
auth: true
|
|
11
11
|
docs: Fetches a paginated list of **Chat Groups**.
|
|
12
12
|
pagination:
|
|
13
13
|
offset: $request.page_number
|
|
@@ -85,7 +85,7 @@ service:
|
|
|
85
85
|
get-chat-group:
|
|
86
86
|
path: /v0/evi/chat_groups/{id}
|
|
87
87
|
method: GET
|
|
88
|
-
auth:
|
|
88
|
+
auth: true
|
|
89
89
|
docs: >-
|
|
90
90
|
Fetches a **ChatGroup** by ID, including a paginated list of **Chats**
|
|
91
91
|
associated with the **ChatGroup**.
|
|
@@ -164,7 +164,7 @@ service:
|
|
|
164
164
|
list-chat-group-events:
|
|
165
165
|
path: /v0/evi/chat_groups/{id}/events
|
|
166
166
|
method: GET
|
|
167
|
-
auth:
|
|
167
|
+
auth: true
|
|
168
168
|
docs: >-
|
|
169
169
|
Fetches a paginated list of **Chat** events associated with a **Chat
|
|
170
170
|
Group**.
|
|
@@ -544,7 +544,7 @@ service:
|
|
|
544
544
|
get-audio:
|
|
545
545
|
path: /v0/evi/chat_groups/{id}/audio
|
|
546
546
|
method: GET
|
|
547
|
-
auth:
|
|
547
|
+
auth: true
|
|
548
548
|
docs: >-
|
|
549
549
|
Fetches a paginated list of audio for each **Chat** within the specified
|
|
550
550
|
**Chat Group**. For more details, see our guide on audio reconstruction
|
|
@@ -7,7 +7,7 @@ service:
|
|
|
7
7
|
list-chats:
|
|
8
8
|
path: /v0/evi/chats
|
|
9
9
|
method: GET
|
|
10
|
-
auth:
|
|
10
|
+
auth: true
|
|
11
11
|
docs: Fetches a paginated list of **Chats**.
|
|
12
12
|
pagination:
|
|
13
13
|
offset: $request.page_number
|
|
@@ -83,7 +83,7 @@ service:
|
|
|
83
83
|
list-chat-events:
|
|
84
84
|
path: /v0/evi/chats/{id}
|
|
85
85
|
method: GET
|
|
86
|
-
auth:
|
|
86
|
+
auth: true
|
|
87
87
|
docs: Fetches a paginated list of **Chat** events.
|
|
88
88
|
pagination:
|
|
89
89
|
offset: $request.page_number
|
|
@@ -469,7 +469,7 @@ service:
|
|
|
469
469
|
get-audio:
|
|
470
470
|
path: /v0/evi/chats/{id}/audio
|
|
471
471
|
method: GET
|
|
472
|
-
auth:
|
|
472
|
+
auth: true
|
|
473
473
|
docs: >-
|
|
474
474
|
Fetches the audio of a previous **Chat**. For more details, see our
|
|
475
475
|
guide on audio reconstruction
|
|
@@ -7,7 +7,7 @@ service:
|
|
|
7
7
|
list-configs:
|
|
8
8
|
path: /v0/evi/configs
|
|
9
9
|
method: GET
|
|
10
|
-
auth:
|
|
10
|
+
auth: true
|
|
11
11
|
docs: >-
|
|
12
12
|
Fetches a paginated list of **Configs**.
|
|
13
13
|
|
|
@@ -116,7 +116,7 @@ service:
|
|
|
116
116
|
tightness: 5
|
|
117
117
|
language_model:
|
|
118
118
|
model_provider: ANTHROPIC
|
|
119
|
-
model_resource: claude-3-7-sonnet
|
|
119
|
+
model_resource: claude-3-7-sonnet-latest
|
|
120
120
|
temperature: 1
|
|
121
121
|
ellm_model:
|
|
122
122
|
allow_short_responses: false
|
|
@@ -142,7 +142,7 @@ service:
|
|
|
142
142
|
create-config:
|
|
143
143
|
path: /v0/evi/configs
|
|
144
144
|
method: POST
|
|
145
|
-
auth:
|
|
145
|
+
auth: true
|
|
146
146
|
docs: >-
|
|
147
147
|
Creates a **Config** which can be applied to EVI.
|
|
148
148
|
|
|
@@ -224,7 +224,7 @@ service:
|
|
|
224
224
|
name: SAMPLE VOICE
|
|
225
225
|
language_model:
|
|
226
226
|
model_provider: ANTHROPIC
|
|
227
|
-
model_resource: claude-3-7-sonnet
|
|
227
|
+
model_resource: claude-3-7-sonnet-latest
|
|
228
228
|
temperature: 1
|
|
229
229
|
event_messages:
|
|
230
230
|
on_new_chat:
|
|
@@ -284,7 +284,7 @@ service:
|
|
|
284
284
|
tightness: 5
|
|
285
285
|
language_model:
|
|
286
286
|
model_provider: ANTHROPIC
|
|
287
|
-
model_resource: claude-3-7-sonnet
|
|
287
|
+
model_resource: claude-3-7-sonnet-latest
|
|
288
288
|
temperature: 1
|
|
289
289
|
ellm_model:
|
|
290
290
|
allow_short_responses: false
|
|
@@ -310,7 +310,7 @@ service:
|
|
|
310
310
|
list-config-versions:
|
|
311
311
|
path: /v0/evi/configs/{id}
|
|
312
312
|
method: GET
|
|
313
|
-
auth:
|
|
313
|
+
auth: true
|
|
314
314
|
docs: >-
|
|
315
315
|
Fetches a list of a **Config's** versions.
|
|
316
316
|
|
|
@@ -419,7 +419,7 @@ service:
|
|
|
419
419
|
tightness: 5
|
|
420
420
|
language_model:
|
|
421
421
|
model_provider: ANTHROPIC
|
|
422
|
-
model_resource: claude-3-7-sonnet
|
|
422
|
+
model_resource: claude-3-7-sonnet-latest
|
|
423
423
|
temperature: 1
|
|
424
424
|
ellm_model:
|
|
425
425
|
allow_short_responses: false
|
|
@@ -445,7 +445,7 @@ service:
|
|
|
445
445
|
create-config-version:
|
|
446
446
|
path: /v0/evi/configs/{id}
|
|
447
447
|
method: POST
|
|
448
|
-
auth:
|
|
448
|
+
auth: true
|
|
449
449
|
docs: >-
|
|
450
450
|
Updates a **Config** by creating a new version of the **Config**.
|
|
451
451
|
|
|
@@ -527,7 +527,7 @@ service:
|
|
|
527
527
|
name: ITO
|
|
528
528
|
language_model:
|
|
529
529
|
model_provider: ANTHROPIC
|
|
530
|
-
model_resource: claude-3-7-sonnet
|
|
530
|
+
model_resource: claude-3-7-sonnet-latest
|
|
531
531
|
temperature: 1
|
|
532
532
|
ellm_model:
|
|
533
533
|
allow_short_responses: true
|
|
@@ -589,7 +589,7 @@ service:
|
|
|
589
589
|
tightness: 5
|
|
590
590
|
language_model:
|
|
591
591
|
model_provider: ANTHROPIC
|
|
592
|
-
model_resource: claude-3-7-sonnet
|
|
592
|
+
model_resource: claude-3-7-sonnet-latest
|
|
593
593
|
temperature: 1
|
|
594
594
|
ellm_model:
|
|
595
595
|
allow_short_responses: true
|
|
@@ -615,7 +615,7 @@ service:
|
|
|
615
615
|
delete-config:
|
|
616
616
|
path: /v0/evi/configs/{id}
|
|
617
617
|
method: DELETE
|
|
618
|
-
auth:
|
|
618
|
+
auth: true
|
|
619
619
|
docs: >-
|
|
620
620
|
Deletes a **Config** and its versions.
|
|
621
621
|
|
|
@@ -638,7 +638,7 @@ service:
|
|
|
638
638
|
update-config-name:
|
|
639
639
|
path: /v0/evi/configs/{id}
|
|
640
640
|
method: PATCH
|
|
641
|
-
auth:
|
|
641
|
+
auth: true
|
|
642
642
|
docs: >-
|
|
643
643
|
Updates the name of a **Config**.
|
|
644
644
|
|
|
@@ -675,7 +675,7 @@ service:
|
|
|
675
675
|
get-config-version:
|
|
676
676
|
path: /v0/evi/configs/{id}/version/{version}
|
|
677
677
|
method: GET
|
|
678
|
-
auth:
|
|
678
|
+
auth: true
|
|
679
679
|
docs: >-
|
|
680
680
|
Fetches a specified version of a **Config**.
|
|
681
681
|
|
|
@@ -763,7 +763,7 @@ service:
|
|
|
763
763
|
tightness: 5
|
|
764
764
|
language_model:
|
|
765
765
|
model_provider: ANTHROPIC
|
|
766
|
-
model_resource: claude-3-7-sonnet
|
|
766
|
+
model_resource: claude-3-7-sonnet-latest
|
|
767
767
|
temperature: 1
|
|
768
768
|
ellm_model:
|
|
769
769
|
allow_short_responses: false
|
|
@@ -789,7 +789,7 @@ service:
|
|
|
789
789
|
delete-config-version:
|
|
790
790
|
path: /v0/evi/configs/{id}/version/{version}
|
|
791
791
|
method: DELETE
|
|
792
|
-
auth:
|
|
792
|
+
auth: true
|
|
793
793
|
docs: >-
|
|
794
794
|
Deletes a specified version of a **Config**.
|
|
795
795
|
|
|
@@ -828,7 +828,7 @@ service:
|
|
|
828
828
|
update-config-description:
|
|
829
829
|
path: /v0/evi/configs/{id}/version/{version}
|
|
830
830
|
method: PATCH
|
|
831
|
-
auth:
|
|
831
|
+
auth: true
|
|
832
832
|
docs: >-
|
|
833
833
|
Updates the description of a **Config**.
|
|
834
834
|
|
|
@@ -926,7 +926,7 @@ service:
|
|
|
926
926
|
tightness: 5
|
|
927
927
|
language_model:
|
|
928
928
|
model_provider: ANTHROPIC
|
|
929
|
-
model_resource: claude-3-7-sonnet
|
|
929
|
+
model_resource: claude-3-7-sonnet-latest
|
|
930
930
|
temperature: 1
|
|
931
931
|
ellm_model:
|
|
932
932
|
allow_short_responses: false
|
|
@@ -7,7 +7,7 @@ service:
|
|
|
7
7
|
list-custom-voices:
|
|
8
8
|
path: /v0/evi/custom_voices
|
|
9
9
|
method: GET
|
|
10
|
-
auth:
|
|
10
|
+
auth: true
|
|
11
11
|
docs: >-
|
|
12
12
|
Fetches a paginated list of **Custom Voices**.
|
|
13
13
|
|
|
@@ -72,7 +72,7 @@ service:
|
|
|
72
72
|
create-custom-voice:
|
|
73
73
|
path: /v0/evi/custom_voices
|
|
74
74
|
method: POST
|
|
75
|
-
auth:
|
|
75
|
+
auth: true
|
|
76
76
|
docs: >-
|
|
77
77
|
Creates a **Custom Voice** that can be added to an [EVI
|
|
78
78
|
configuration](/reference/empathic-voice-interface-evi/configs/create-config).
|
|
@@ -121,7 +121,7 @@ service:
|
|
|
121
121
|
get-custom-voice:
|
|
122
122
|
path: /v0/evi/custom_voices/{id}
|
|
123
123
|
method: GET
|
|
124
|
-
auth:
|
|
124
|
+
auth: true
|
|
125
125
|
docs: >-
|
|
126
126
|
Fetches a specific **Custom Voice** by ID.
|
|
127
127
|
|
|
@@ -168,7 +168,7 @@ service:
|
|
|
168
168
|
create-custom-voice-version:
|
|
169
169
|
path: /v0/evi/custom_voices/{id}
|
|
170
170
|
method: POST
|
|
171
|
-
auth:
|
|
171
|
+
auth: true
|
|
172
172
|
docs: >-
|
|
173
173
|
Updates a **Custom Voice** by creating a new version of the **Custom
|
|
174
174
|
Voice**.
|
|
@@ -223,7 +223,7 @@ service:
|
|
|
223
223
|
delete-custom-voice:
|
|
224
224
|
path: /v0/evi/custom_voices/{id}
|
|
225
225
|
method: DELETE
|
|
226
|
-
auth:
|
|
226
|
+
auth: true
|
|
227
227
|
docs: >-
|
|
228
228
|
Deletes a **Custom Voice** and its versions.
|
|
229
229
|
|
|
@@ -246,7 +246,7 @@ service:
|
|
|
246
246
|
update-custom-voice-name:
|
|
247
247
|
path: /v0/evi/custom_voices/{id}
|
|
248
248
|
method: PATCH
|
|
249
|
-
auth:
|
|
249
|
+
auth: true
|
|
250
250
|
docs: >-
|
|
251
251
|
Updates the name of a **Custom Voice**.
|
|
252
252
|
|