hume 0.9.18 → 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/chat.yml +16 -16
- package/.mock/definition/empathic-voice/chatGroups.yml +10 -4
- package/.mock/definition/empathic-voice/chats.yml +3 -3
- package/.mock/definition/empathic-voice/configs.yml +23 -17
- package/.mock/definition/empathic-voice/customVoices.yml +9 -6
- package/.mock/definition/empathic-voice/prompts.yml +9 -9
- package/.mock/definition/empathic-voice/tools.yml +12 -9
- package/.mock/definition/expression-measurement/stream/stream.yml +206 -206
- package/.mock/definition/tts/__package__.yml +32 -3
- package/.mock/definition/tts/voices.yml +4 -2
- package/.mock/fern.config.json +1 -1
- package/api/resources/empathicVoice/resources/chat/types/index.d.ts +1 -1
- package/api/resources/empathicVoice/resources/chat/types/index.js +1 -1
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +2 -2
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +139 -115
- package/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
- package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +4 -4
- package/api/resources/empathicVoice/resources/configs/client/Client.js +146 -122
- 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.d.ts +1 -1
- package/api/resources/empathicVoice/resources/customVoices/client/Client.js +72 -60
- package/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
- package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +1 -1
- package/api/resources/empathicVoice/resources/tools/client/Client.js +75 -63
- 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/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +4 -4
- package/api/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +4 -4
- package/api/resources/tts/client/Client.js +4 -4
- package/api/resources/tts/resources/voices/client/Client.d.ts +1 -1
- package/api/resources/tts/resources/voices/client/Client.js +72 -60
- 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/chat/types/index.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/chat/types/index.js +1 -1
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +2 -2
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +139 -115
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +4 -4
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +146 -122
- 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.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.js +72 -60
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +1 -1
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +75 -63
- 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/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +4 -4
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +4 -4
- package/dist/api/resources/tts/client/Client.js +4 -4
- package/dist/api/resources/tts/resources/voices/client/Client.d.ts +1 -1
- package/dist/api/resources/tts/resources/voices/client/Client.js +72 -60
- 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/resources/chat/types/index.d.ts +1 -1
- package/dist/serialization/resources/empathicVoice/resources/chat/types/index.js +1 -1
- 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/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +4 -4
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +4 -4
- 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 +93 -16
- package/serialization/resources/empathicVoice/resources/chat/types/index.d.ts +1 -1
- package/serialization/resources/empathicVoice/resources/chat/types/index.js +1 -1
- 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/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +4 -4
- package/serialization/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +4 -4
- 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
|
@@ -14,6 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./StreamFace"), exports);
|
|
18
|
+
__exportStar(require("./StreamLanguage"), exports);
|
|
19
|
+
__exportStar(require("./Config"), exports);
|
|
20
|
+
__exportStar(require("./StreamModelsEndpointPayload"), exports);
|
|
17
21
|
__exportStar(require("./StreamModelPredictionsJobDetails"), exports);
|
|
18
22
|
__exportStar(require("./StreamModelPredictionsBurstPredictionsItem"), exports);
|
|
19
23
|
__exportStar(require("./StreamModelPredictionsBurst"), exports);
|
|
@@ -31,7 +35,3 @@ __exportStar(require("./StreamErrorMessage"), exports);
|
|
|
31
35
|
__exportStar(require("./StreamWarningMessageJobDetails"), exports);
|
|
32
36
|
__exportStar(require("./StreamWarningMessage"), exports);
|
|
33
37
|
__exportStar(require("./SubscribeEvent"), exports);
|
|
34
|
-
__exportStar(require("./StreamFace"), exports);
|
|
35
|
-
__exportStar(require("./StreamLanguage"), exports);
|
|
36
|
-
__exportStar(require("./Config"), exports);
|
|
37
|
-
__exportStar(require("./StreamModelsEndpointPayload"), exports);
|
|
@@ -47,4 +47,5 @@ exports.PostedTts = core.serialization.object({
|
|
|
47
47
|
numGenerations: core.serialization.property("num_generations", core.serialization.number().optional()),
|
|
48
48
|
splitUtterances: core.serialization.property("split_utterances", core.serialization.boolean().optional()),
|
|
49
49
|
utterances: core.serialization.list(PostedUtterance_1.PostedUtterance),
|
|
50
|
+
instantMode: core.serialization.property("instant_mode", core.serialization.boolean().optional()),
|
|
50
51
|
});
|
|
@@ -43,5 +43,7 @@ exports.SnippetAudioChunk = core.serialization.object({
|
|
|
43
43
|
chunkIndex: core.serialization.property("chunk_index", core.serialization.number()),
|
|
44
44
|
generationId: core.serialization.property("generation_id", core.serialization.string()),
|
|
45
45
|
isLastChunk: core.serialization.property("is_last_chunk", core.serialization.boolean()),
|
|
46
|
+
snippetId: core.serialization.property("snippet_id", core.serialization.string()),
|
|
47
|
+
text: core.serialization.string(),
|
|
46
48
|
utteranceIndex: core.serialization.property("utterance_index", core.serialization.number().optional()),
|
|
47
49
|
});
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.
|
|
1
|
+
export declare const SDK_VERSION = "0.10.1";
|
package/version.js
CHANGED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* String that specifies the language model to use with `model_provider`.
|
|
6
|
-
*/
|
|
7
|
-
export type PostedLanguageModelModelResource = "claude-3-7-sonnet" | "claude-3-5-sonnet-latest" | "claude-3-5-haiku-20241022-v1" | "gemini-2.0-flash" | "claude-3-haiku-20240307" | "gemini-1.5-pro" | "claude-3-5-sonnet-20240620" | "gpt-4o" | "gpt-4o-mini" | "gemini-1.5-flash" | "claude-3-5-haiku-latest" | "llama-v3p1-70b-instruct" | "llama-3.3-70b-versatile" | "llama-v3p1-405b-instruct" | "llama-v3p1-8b-instruct" | "llama-3.1-8b-instant" | "mixtral-8x7b-instruct" | "llama3-8b-8192" | "llama3-70b-8192" | "claude-3-opus-20240229" | "gpt-4-turbo" | "claude-3-sonnet-20240229" | "claude-3-5-sonnet-20240620-v1" | "claude-3-haiku-20240307-v1" | "ellm";
|
|
8
|
-
export declare const PostedLanguageModelModelResource: {
|
|
9
|
-
readonly Claude37Sonnet: "claude-3-7-sonnet";
|
|
10
|
-
readonly Claude35SonnetLatest: "claude-3-5-sonnet-latest";
|
|
11
|
-
readonly Claude35Haiku20241022V1: "claude-3-5-haiku-20241022-v1";
|
|
12
|
-
readonly Gemini20Flash: "gemini-2.0-flash";
|
|
13
|
-
readonly Claude3Haiku20240307: "claude-3-haiku-20240307";
|
|
14
|
-
readonly Gemini15Pro: "gemini-1.5-pro";
|
|
15
|
-
readonly Claude35Sonnet20240620: "claude-3-5-sonnet-20240620";
|
|
16
|
-
readonly Gpt4O: "gpt-4o";
|
|
17
|
-
readonly Gpt4OMini: "gpt-4o-mini";
|
|
18
|
-
readonly Gemini15Flash: "gemini-1.5-flash";
|
|
19
|
-
readonly Claude35HaikuLatest: "claude-3-5-haiku-latest";
|
|
20
|
-
readonly LlamaV3P170BInstruct: "llama-v3p1-70b-instruct";
|
|
21
|
-
readonly Llama3370BVersatile: "llama-3.3-70b-versatile";
|
|
22
|
-
readonly LlamaV3P1405BInstruct: "llama-v3p1-405b-instruct";
|
|
23
|
-
readonly LlamaV3P18BInstruct: "llama-v3p1-8b-instruct";
|
|
24
|
-
readonly Llama318BInstant: "llama-3.1-8b-instant";
|
|
25
|
-
readonly Mixtral8X7BInstruct: "mixtral-8x7b-instruct";
|
|
26
|
-
readonly Llama38B8192: "llama3-8b-8192";
|
|
27
|
-
readonly Llama370B8192: "llama3-70b-8192";
|
|
28
|
-
readonly Claude3Opus20240229: "claude-3-opus-20240229";
|
|
29
|
-
readonly Gpt4Turbo: "gpt-4-turbo";
|
|
30
|
-
readonly Claude3Sonnet20240229: "claude-3-sonnet-20240229";
|
|
31
|
-
readonly Claude35Sonnet20240620V1: "claude-3-5-sonnet-20240620-v1";
|
|
32
|
-
readonly Claude3Haiku20240307V1: "claude-3-haiku-20240307-v1";
|
|
33
|
-
readonly Ellm: "ellm";
|
|
34
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.PostedLanguageModelModelResource = void 0;
|
|
7
|
-
exports.PostedLanguageModelModelResource = {
|
|
8
|
-
Claude37Sonnet: "claude-3-7-sonnet",
|
|
9
|
-
Claude35SonnetLatest: "claude-3-5-sonnet-latest",
|
|
10
|
-
Claude35Haiku20241022V1: "claude-3-5-haiku-20241022-v1",
|
|
11
|
-
Gemini20Flash: "gemini-2.0-flash",
|
|
12
|
-
Claude3Haiku20240307: "claude-3-haiku-20240307",
|
|
13
|
-
Gemini15Pro: "gemini-1.5-pro",
|
|
14
|
-
Claude35Sonnet20240620: "claude-3-5-sonnet-20240620",
|
|
15
|
-
Gpt4O: "gpt-4o",
|
|
16
|
-
Gpt4OMini: "gpt-4o-mini",
|
|
17
|
-
Gemini15Flash: "gemini-1.5-flash",
|
|
18
|
-
Claude35HaikuLatest: "claude-3-5-haiku-latest",
|
|
19
|
-
LlamaV3P170BInstruct: "llama-v3p1-70b-instruct",
|
|
20
|
-
Llama3370BVersatile: "llama-3.3-70b-versatile",
|
|
21
|
-
LlamaV3P1405BInstruct: "llama-v3p1-405b-instruct",
|
|
22
|
-
LlamaV3P18BInstruct: "llama-v3p1-8b-instruct",
|
|
23
|
-
Llama318BInstant: "llama-3.1-8b-instant",
|
|
24
|
-
Mixtral8X7BInstruct: "mixtral-8x7b-instruct",
|
|
25
|
-
Llama38B8192: "llama3-8b-8192",
|
|
26
|
-
Llama370B8192: "llama3-70b-8192",
|
|
27
|
-
Claude3Opus20240229: "claude-3-opus-20240229",
|
|
28
|
-
Gpt4Turbo: "gpt-4-turbo",
|
|
29
|
-
Claude3Sonnet20240229: "claude-3-sonnet-20240229",
|
|
30
|
-
Claude35Sonnet20240620V1: "claude-3-5-sonnet-20240620-v1",
|
|
31
|
-
Claude3Haiku20240307V1: "claude-3-haiku-20240307-v1",
|
|
32
|
-
Ellm: "ellm",
|
|
33
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* The provider of the supplemental language model.
|
|
6
|
-
*/
|
|
7
|
-
export type ReturnLanguageModelModelProvider = "GROQ" | "OPEN_AI" | "FIREWORKS" | "ANTHROPIC" | "CUSTOM_LANGUAGE_MODEL" | "GOOGLE" | "HUME_AI" | "AMAZON_BEDROCK";
|
|
8
|
-
export declare const ReturnLanguageModelModelProvider: {
|
|
9
|
-
readonly Groq: "GROQ";
|
|
10
|
-
readonly OpenAi: "OPEN_AI";
|
|
11
|
-
readonly Fireworks: "FIREWORKS";
|
|
12
|
-
readonly Anthropic: "ANTHROPIC";
|
|
13
|
-
readonly CustomLanguageModel: "CUSTOM_LANGUAGE_MODEL";
|
|
14
|
-
readonly Google: "GOOGLE";
|
|
15
|
-
readonly HumeAi: "HUME_AI";
|
|
16
|
-
readonly AmazonBedrock: "AMAZON_BEDROCK";
|
|
17
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ReturnLanguageModelModelProvider = void 0;
|
|
7
|
-
exports.ReturnLanguageModelModelProvider = {
|
|
8
|
-
Groq: "GROQ",
|
|
9
|
-
OpenAi: "OPEN_AI",
|
|
10
|
-
Fireworks: "FIREWORKS",
|
|
11
|
-
Anthropic: "ANTHROPIC",
|
|
12
|
-
CustomLanguageModel: "CUSTOM_LANGUAGE_MODEL",
|
|
13
|
-
Google: "GOOGLE",
|
|
14
|
-
HumeAi: "HUME_AI",
|
|
15
|
-
AmazonBedrock: "AMAZON_BEDROCK",
|
|
16
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* String that specifies the language model to use with `model_provider`.
|
|
6
|
-
*/
|
|
7
|
-
export type PostedLanguageModelModelResource = "claude-3-7-sonnet" | "claude-3-5-sonnet-latest" | "claude-3-5-haiku-20241022-v1" | "gemini-2.0-flash" | "claude-3-haiku-20240307" | "gemini-1.5-pro" | "claude-3-5-sonnet-20240620" | "gpt-4o" | "gpt-4o-mini" | "gemini-1.5-flash" | "claude-3-5-haiku-latest" | "llama-v3p1-70b-instruct" | "llama-3.3-70b-versatile" | "llama-v3p1-405b-instruct" | "llama-v3p1-8b-instruct" | "llama-3.1-8b-instant" | "mixtral-8x7b-instruct" | "llama3-8b-8192" | "llama3-70b-8192" | "claude-3-opus-20240229" | "gpt-4-turbo" | "claude-3-sonnet-20240229" | "claude-3-5-sonnet-20240620-v1" | "claude-3-haiku-20240307-v1" | "ellm";
|
|
8
|
-
export declare const PostedLanguageModelModelResource: {
|
|
9
|
-
readonly Claude37Sonnet: "claude-3-7-sonnet";
|
|
10
|
-
readonly Claude35SonnetLatest: "claude-3-5-sonnet-latest";
|
|
11
|
-
readonly Claude35Haiku20241022V1: "claude-3-5-haiku-20241022-v1";
|
|
12
|
-
readonly Gemini20Flash: "gemini-2.0-flash";
|
|
13
|
-
readonly Claude3Haiku20240307: "claude-3-haiku-20240307";
|
|
14
|
-
readonly Gemini15Pro: "gemini-1.5-pro";
|
|
15
|
-
readonly Claude35Sonnet20240620: "claude-3-5-sonnet-20240620";
|
|
16
|
-
readonly Gpt4O: "gpt-4o";
|
|
17
|
-
readonly Gpt4OMini: "gpt-4o-mini";
|
|
18
|
-
readonly Gemini15Flash: "gemini-1.5-flash";
|
|
19
|
-
readonly Claude35HaikuLatest: "claude-3-5-haiku-latest";
|
|
20
|
-
readonly LlamaV3P170BInstruct: "llama-v3p1-70b-instruct";
|
|
21
|
-
readonly Llama3370BVersatile: "llama-3.3-70b-versatile";
|
|
22
|
-
readonly LlamaV3P1405BInstruct: "llama-v3p1-405b-instruct";
|
|
23
|
-
readonly LlamaV3P18BInstruct: "llama-v3p1-8b-instruct";
|
|
24
|
-
readonly Llama318BInstant: "llama-3.1-8b-instant";
|
|
25
|
-
readonly Mixtral8X7BInstruct: "mixtral-8x7b-instruct";
|
|
26
|
-
readonly Llama38B8192: "llama3-8b-8192";
|
|
27
|
-
readonly Llama370B8192: "llama3-70b-8192";
|
|
28
|
-
readonly Claude3Opus20240229: "claude-3-opus-20240229";
|
|
29
|
-
readonly Gpt4Turbo: "gpt-4-turbo";
|
|
30
|
-
readonly Claude3Sonnet20240229: "claude-3-sonnet-20240229";
|
|
31
|
-
readonly Claude35Sonnet20240620V1: "claude-3-5-sonnet-20240620-v1";
|
|
32
|
-
readonly Claude3Haiku20240307V1: "claude-3-haiku-20240307-v1";
|
|
33
|
-
readonly Ellm: "ellm";
|
|
34
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.PostedLanguageModelModelResource = void 0;
|
|
7
|
-
exports.PostedLanguageModelModelResource = {
|
|
8
|
-
Claude37Sonnet: "claude-3-7-sonnet",
|
|
9
|
-
Claude35SonnetLatest: "claude-3-5-sonnet-latest",
|
|
10
|
-
Claude35Haiku20241022V1: "claude-3-5-haiku-20241022-v1",
|
|
11
|
-
Gemini20Flash: "gemini-2.0-flash",
|
|
12
|
-
Claude3Haiku20240307: "claude-3-haiku-20240307",
|
|
13
|
-
Gemini15Pro: "gemini-1.5-pro",
|
|
14
|
-
Claude35Sonnet20240620: "claude-3-5-sonnet-20240620",
|
|
15
|
-
Gpt4O: "gpt-4o",
|
|
16
|
-
Gpt4OMini: "gpt-4o-mini",
|
|
17
|
-
Gemini15Flash: "gemini-1.5-flash",
|
|
18
|
-
Claude35HaikuLatest: "claude-3-5-haiku-latest",
|
|
19
|
-
LlamaV3P170BInstruct: "llama-v3p1-70b-instruct",
|
|
20
|
-
Llama3370BVersatile: "llama-3.3-70b-versatile",
|
|
21
|
-
LlamaV3P1405BInstruct: "llama-v3p1-405b-instruct",
|
|
22
|
-
LlamaV3P18BInstruct: "llama-v3p1-8b-instruct",
|
|
23
|
-
Llama318BInstant: "llama-3.1-8b-instant",
|
|
24
|
-
Mixtral8X7BInstruct: "mixtral-8x7b-instruct",
|
|
25
|
-
Llama38B8192: "llama3-8b-8192",
|
|
26
|
-
Llama370B8192: "llama3-70b-8192",
|
|
27
|
-
Claude3Opus20240229: "claude-3-opus-20240229",
|
|
28
|
-
Gpt4Turbo: "gpt-4-turbo",
|
|
29
|
-
Claude3Sonnet20240229: "claude-3-sonnet-20240229",
|
|
30
|
-
Claude35Sonnet20240620V1: "claude-3-5-sonnet-20240620-v1",
|
|
31
|
-
Claude3Haiku20240307V1: "claude-3-haiku-20240307-v1",
|
|
32
|
-
Ellm: "ellm",
|
|
33
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* The provider of the supplemental language model.
|
|
6
|
-
*/
|
|
7
|
-
export type ReturnLanguageModelModelProvider = "GROQ" | "OPEN_AI" | "FIREWORKS" | "ANTHROPIC" | "CUSTOM_LANGUAGE_MODEL" | "GOOGLE" | "HUME_AI" | "AMAZON_BEDROCK";
|
|
8
|
-
export declare const ReturnLanguageModelModelProvider: {
|
|
9
|
-
readonly Groq: "GROQ";
|
|
10
|
-
readonly OpenAi: "OPEN_AI";
|
|
11
|
-
readonly Fireworks: "FIREWORKS";
|
|
12
|
-
readonly Anthropic: "ANTHROPIC";
|
|
13
|
-
readonly CustomLanguageModel: "CUSTOM_LANGUAGE_MODEL";
|
|
14
|
-
readonly Google: "GOOGLE";
|
|
15
|
-
readonly HumeAi: "HUME_AI";
|
|
16
|
-
readonly AmazonBedrock: "AMAZON_BEDROCK";
|
|
17
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ReturnLanguageModelModelProvider = void 0;
|
|
7
|
-
exports.ReturnLanguageModelModelProvider = {
|
|
8
|
-
Groq: "GROQ",
|
|
9
|
-
OpenAi: "OPEN_AI",
|
|
10
|
-
Fireworks: "FIREWORKS",
|
|
11
|
-
Anthropic: "ANTHROPIC",
|
|
12
|
-
CustomLanguageModel: "CUSTOM_LANGUAGE_MODEL",
|
|
13
|
-
Google: "GOOGLE",
|
|
14
|
-
HumeAi: "HUME_AI",
|
|
15
|
-
AmazonBedrock: "AMAZON_BEDROCK",
|
|
16
|
-
};
|
package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelResource.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const PostedLanguageModelModelResource: core.serialization.Schema<serializers.empathicVoice.PostedLanguageModelModelResource.Raw, Hume.empathicVoice.PostedLanguageModelModelResource>;
|
|
8
|
-
export declare namespace PostedLanguageModelModelResource {
|
|
9
|
-
type Raw = "claude-3-7-sonnet" | "claude-3-5-sonnet-latest" | "claude-3-5-haiku-20241022-v1" | "gemini-2.0-flash" | "claude-3-haiku-20240307" | "gemini-1.5-pro" | "claude-3-5-sonnet-20240620" | "gpt-4o" | "gpt-4o-mini" | "gemini-1.5-flash" | "claude-3-5-haiku-latest" | "llama-v3p1-70b-instruct" | "llama-3.3-70b-versatile" | "llama-v3p1-405b-instruct" | "llama-v3p1-8b-instruct" | "llama-3.1-8b-instant" | "mixtral-8x7b-instruct" | "llama3-8b-8192" | "llama3-70b-8192" | "claude-3-opus-20240229" | "gpt-4-turbo" | "claude-3-sonnet-20240229" | "claude-3-5-sonnet-20240620-v1" | "claude-3-haiku-20240307-v1" | "ellm";
|
|
10
|
-
}
|
package/dist/serialization/resources/empathicVoice/types/PostedLanguageModelModelResource.js
DELETED
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.PostedLanguageModelModelResource = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.PostedLanguageModelModelResource = core.serialization.enum_([
|
|
42
|
-
"claude-3-7-sonnet",
|
|
43
|
-
"claude-3-5-sonnet-latest",
|
|
44
|
-
"claude-3-5-haiku-20241022-v1",
|
|
45
|
-
"gemini-2.0-flash",
|
|
46
|
-
"claude-3-haiku-20240307",
|
|
47
|
-
"gemini-1.5-pro",
|
|
48
|
-
"claude-3-5-sonnet-20240620",
|
|
49
|
-
"gpt-4o",
|
|
50
|
-
"gpt-4o-mini",
|
|
51
|
-
"gemini-1.5-flash",
|
|
52
|
-
"claude-3-5-haiku-latest",
|
|
53
|
-
"llama-v3p1-70b-instruct",
|
|
54
|
-
"llama-3.3-70b-versatile",
|
|
55
|
-
"llama-v3p1-405b-instruct",
|
|
56
|
-
"llama-v3p1-8b-instruct",
|
|
57
|
-
"llama-3.1-8b-instant",
|
|
58
|
-
"mixtral-8x7b-instruct",
|
|
59
|
-
"llama3-8b-8192",
|
|
60
|
-
"llama3-70b-8192",
|
|
61
|
-
"claude-3-opus-20240229",
|
|
62
|
-
"gpt-4-turbo",
|
|
63
|
-
"claude-3-sonnet-20240229",
|
|
64
|
-
"claude-3-5-sonnet-20240620-v1",
|
|
65
|
-
"claude-3-haiku-20240307-v1",
|
|
66
|
-
"ellm",
|
|
67
|
-
]);
|
package/dist/serialization/resources/empathicVoice/types/ReturnLanguageModelModelResource.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const ReturnLanguageModelModelResource: core.serialization.Schema<serializers.empathicVoice.ReturnLanguageModelModelResource.Raw, Hume.empathicVoice.ReturnLanguageModelModelResource>;
|
|
8
|
-
export declare namespace ReturnLanguageModelModelResource {
|
|
9
|
-
type Raw = "claude-3-7-sonnet" | "claude-3-5-sonnet-latest" | "claude-3-5-haiku-latest" | "claude-3-5-sonnet-20240620" | "claude-3-opus-20240229" | "claude-3-sonnet-20240229" | "claude-3-haiku-20240307" | "us.anthropic.claude-3-5-haiku-20241022-v1:0" | "us.anthropic.claude-3-5-sonnet-20240620-v1:0" | "us.anthropic.claude-3-haiku-20240307-v1:0" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-1.5-pro-002" | "gemini-1.5-flash-002" | "gemini-2.0-flash" | "gpt-4-turbo" | "gpt-4-turbo-preview" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo" | "gpt-4o" | "gpt-4o-mini" | "gemma-7b-it" | "llama3-8b-8192" | "llama3-70b-8192" | "llama-3.1-70b-versatile" | "llama-3.3-70b-versatile" | "llama-3.1-8b-instant" | "accounts/fireworks/models/mixtral-8x7b-instruct" | "accounts/fireworks/models/llama-v3p1-405b-instruct" | "accounts/fireworks/models/llama-v3p1-70b-instruct" | "accounts/fireworks/models/llama-v3p1-8b-instruct" | "ellm" | "custom-language-model";
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const PostedLanguageModelModelProvider: core.serialization.Schema<serializers.empathicVoice.PostedLanguageModelModelProvider.Raw, Hume.empathicVoice.PostedLanguageModelModelProvider>;
|
|
8
|
-
export declare namespace PostedLanguageModelModelProvider {
|
|
9
|
-
type Raw = "GROQ" | "OPEN_AI" | "FIREWORKS" | "ANTHROPIC" | "CUSTOM_LANGUAGE_MODEL" | "GOOGLE" | "HUME_AI" | "AMAZON_BEDROCK";
|
|
10
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.PostedLanguageModelModelProvider = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.PostedLanguageModelModelProvider = core.serialization.enum_([
|
|
42
|
-
"GROQ",
|
|
43
|
-
"OPEN_AI",
|
|
44
|
-
"FIREWORKS",
|
|
45
|
-
"ANTHROPIC",
|
|
46
|
-
"CUSTOM_LANGUAGE_MODEL",
|
|
47
|
-
"GOOGLE",
|
|
48
|
-
"HUME_AI",
|
|
49
|
-
"AMAZON_BEDROCK",
|
|
50
|
-
]);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const PostedLanguageModelModelResource: core.serialization.Schema<serializers.empathicVoice.PostedLanguageModelModelResource.Raw, Hume.empathicVoice.PostedLanguageModelModelResource>;
|
|
8
|
-
export declare namespace PostedLanguageModelModelResource {
|
|
9
|
-
type Raw = "claude-3-7-sonnet" | "claude-3-5-sonnet-latest" | "claude-3-5-haiku-20241022-v1" | "gemini-2.0-flash" | "claude-3-haiku-20240307" | "gemini-1.5-pro" | "claude-3-5-sonnet-20240620" | "gpt-4o" | "gpt-4o-mini" | "gemini-1.5-flash" | "claude-3-5-haiku-latest" | "llama-v3p1-70b-instruct" | "llama-3.3-70b-versatile" | "llama-v3p1-405b-instruct" | "llama-v3p1-8b-instruct" | "llama-3.1-8b-instant" | "mixtral-8x7b-instruct" | "llama3-8b-8192" | "llama3-70b-8192" | "claude-3-opus-20240229" | "gpt-4-turbo" | "claude-3-sonnet-20240229" | "claude-3-5-sonnet-20240620-v1" | "claude-3-haiku-20240307-v1" | "ellm";
|
|
10
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.PostedLanguageModelModelResource = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.PostedLanguageModelModelResource = core.serialization.enum_([
|
|
42
|
-
"claude-3-7-sonnet",
|
|
43
|
-
"claude-3-5-sonnet-latest",
|
|
44
|
-
"claude-3-5-haiku-20241022-v1",
|
|
45
|
-
"gemini-2.0-flash",
|
|
46
|
-
"claude-3-haiku-20240307",
|
|
47
|
-
"gemini-1.5-pro",
|
|
48
|
-
"claude-3-5-sonnet-20240620",
|
|
49
|
-
"gpt-4o",
|
|
50
|
-
"gpt-4o-mini",
|
|
51
|
-
"gemini-1.5-flash",
|
|
52
|
-
"claude-3-5-haiku-latest",
|
|
53
|
-
"llama-v3p1-70b-instruct",
|
|
54
|
-
"llama-3.3-70b-versatile",
|
|
55
|
-
"llama-v3p1-405b-instruct",
|
|
56
|
-
"llama-v3p1-8b-instruct",
|
|
57
|
-
"llama-3.1-8b-instant",
|
|
58
|
-
"mixtral-8x7b-instruct",
|
|
59
|
-
"llama3-8b-8192",
|
|
60
|
-
"llama3-70b-8192",
|
|
61
|
-
"claude-3-opus-20240229",
|
|
62
|
-
"gpt-4-turbo",
|
|
63
|
-
"claude-3-sonnet-20240229",
|
|
64
|
-
"claude-3-5-sonnet-20240620-v1",
|
|
65
|
-
"claude-3-haiku-20240307-v1",
|
|
66
|
-
"ellm",
|
|
67
|
-
]);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const ReturnLanguageModelModelProvider: core.serialization.Schema<serializers.empathicVoice.ReturnLanguageModelModelProvider.Raw, Hume.empathicVoice.ReturnLanguageModelModelProvider>;
|
|
8
|
-
export declare namespace ReturnLanguageModelModelProvider {
|
|
9
|
-
type Raw = "GROQ" | "OPEN_AI" | "FIREWORKS" | "ANTHROPIC" | "CUSTOM_LANGUAGE_MODEL" | "GOOGLE" | "HUME_AI" | "AMAZON_BEDROCK";
|
|
10
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.ReturnLanguageModelModelProvider = void 0;
|
|
40
|
-
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.ReturnLanguageModelModelProvider = core.serialization.enum_([
|
|
42
|
-
"GROQ",
|
|
43
|
-
"OPEN_AI",
|
|
44
|
-
"FIREWORKS",
|
|
45
|
-
"ANTHROPIC",
|
|
46
|
-
"CUSTOM_LANGUAGE_MODEL",
|
|
47
|
-
"GOOGLE",
|
|
48
|
-
"HUME_AI",
|
|
49
|
-
"AMAZON_BEDROCK",
|
|
50
|
-
]);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Hume from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const ReturnLanguageModelModelResource: core.serialization.Schema<serializers.empathicVoice.ReturnLanguageModelModelResource.Raw, Hume.empathicVoice.ReturnLanguageModelModelResource>;
|
|
8
|
-
export declare namespace ReturnLanguageModelModelResource {
|
|
9
|
-
type Raw = "claude-3-7-sonnet" | "claude-3-5-sonnet-latest" | "claude-3-5-haiku-latest" | "claude-3-5-sonnet-20240620" | "claude-3-opus-20240229" | "claude-3-sonnet-20240229" | "claude-3-haiku-20240307" | "us.anthropic.claude-3-5-haiku-20241022-v1:0" | "us.anthropic.claude-3-5-sonnet-20240620-v1:0" | "us.anthropic.claude-3-haiku-20240307-v1:0" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-1.5-pro-002" | "gemini-1.5-flash-002" | "gemini-2.0-flash" | "gpt-4-turbo" | "gpt-4-turbo-preview" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo" | "gpt-4o" | "gpt-4o-mini" | "gemma-7b-it" | "llama3-8b-8192" | "llama3-70b-8192" | "llama-3.1-70b-versatile" | "llama-3.3-70b-versatile" | "llama-3.1-8b-instant" | "accounts/fireworks/models/mixtral-8x7b-instruct" | "accounts/fireworks/models/llama-v3p1-405b-instruct" | "accounts/fireworks/models/llama-v3p1-70b-instruct" | "accounts/fireworks/models/llama-v3p1-8b-instruct" | "ellm" | "custom-language-model";
|
|
10
|
-
}
|