Package dev.langchain4j.model.bedrock
Class BedrockStabilityAIChatModel
java.lang.Object
dev.langchain4j.model.bedrock.internal.AbstractSharedBedrockChatModel
dev.langchain4j.model.bedrock.internal.AbstractBedrockChatModel<BedrockStabilityAIChatModelResponse>
dev.langchain4j.model.bedrock.BedrockStabilityAIChatModel
- All Implemented Interfaces:
ChatModel
@Deprecated(forRemoval=true,
since="1.0.0-beta2")
public class BedrockStabilityAIChatModel
extends AbstractBedrockChatModel<BedrockStabilityAIChatModelResponse>
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed in the next release, this functionality will not be supported anymore.
Please reach out (via GitHub issues) if you use it.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
BedrockStabilityAIChatModel.BedrockStabilityAIChatModelBuilder<C extends BedrockStabilityAIChatModel,
B extends BedrockStabilityAIChatModel.BedrockStabilityAIChatModelBuilder<C, B>> Deprecated, for removal: This API element is subject to removal in a future version.static enum
Deprecated, for removal: This API element is subject to removal in a future version.static enum
Deprecated, for removal: This API element is subject to removal in a future version.Bedrock Amazon Stability AI model idsNested classes/interfaces inherited from class dev.langchain4j.model.bedrock.internal.AbstractBedrockChatModel
AbstractBedrockChatModel.AbstractBedrockChatModelBuilder<T extends BedrockChatModelResponse,
C extends AbstractBedrockChatModel<T>, B extends AbstractBedrockChatModel.AbstractBedrockChatModelBuilder<T, C, B>> Nested classes/interfaces inherited from class dev.langchain4j.model.bedrock.internal.AbstractSharedBedrockChatModel
AbstractSharedBedrockChatModel.AbstractSharedBedrockChatModelBuilder<C extends AbstractSharedBedrockChatModel,
B extends AbstractSharedBedrockChatModel.AbstractSharedBedrockChatModelBuilder<C, B>> -
Field Summary
Fields inherited from class dev.langchain4j.model.bedrock.internal.AbstractSharedBedrockChatModel
anthropicVersion, ASSISTANT_PROMPT, assistantPrompt, credentialsProvider, DEFAULT_ANTHROPIC_VERSION, DEFAULT_CREDENTIALS_PROVIDER, DEFAULT_LISTENERS, DEFAULT_MAX_RETRIES, DEFAULT_MAX_TOKENS, DEFAULT_REGION, DEFAULT_STOP_SEQUENCES, DEFAULT_TEMPERATURE, DEFAULT_TIMEOUT, DEFAULT_TOP_K, DEFAULT_TOP_P, HUMAN_PROMPT, humanPrompt, listeners, maxRetries, maxTokens, region, stopSequences, temperature, timeout, topK, topP
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BedrockStabilityAIChatModel
(BedrockStabilityAIChatModel.BedrockStabilityAIChatModelBuilder<?, ?> builder) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.getModel()
Deprecated, for removal: This API element is subject to removal in a future version.protected String
Deprecated, for removal: This API element is subject to removal in a future version.Get model iddouble
Deprecated, for removal: This API element is subject to removal in a future version.getRequestParameters
(String prompt) Deprecated, for removal: This API element is subject to removal in a future version.Get request parametersprotected Class
<BedrockStabilityAIChatModelResponse> Deprecated, for removal: This API element is subject to removal in a future version.Get response class typeint
getSeed()
Deprecated, for removal: This API element is subject to removal in a future version.int
getSteps()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.int
getWidth()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class dev.langchain4j.model.bedrock.internal.AbstractBedrockChatModel
chat, generate, getClient, listeners, of, provider, toAiMessage
Methods inherited from class dev.langchain4j.model.bedrock.internal.AbstractSharedBedrockChatModel
chatMessageToString, convertMessagesToAwsBody, createListenerRequest, createListenerRequest, createListenerResponse, getAnthropicVersion, getAssistantPrompt, getCredentialsProvider, getHumanPrompt, getListeners, getMaxRetries, getMaxTokens, getRegion, getStopSequences, getTemperature, getTimeout, getTopK, getTopP, listenerErrorResponse
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.langchain4j.model.chat.ChatModel
chat, chat, chat, defaultRequestParameters, doChat, supportedCapabilities
-
Constructor Details
-
BedrockStabilityAIChatModel
protected BedrockStabilityAIChatModel(BedrockStabilityAIChatModel.BedrockStabilityAIChatModelBuilder<?, ?> builder) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getRequestParameters
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractBedrockChatModel
Get request parameters- Specified by:
getRequestParameters
in classAbstractBedrockChatModel<BedrockStabilityAIChatModelResponse>
- Parameters:
prompt
- prompt- Returns:
- request body
-
getModelId
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractSharedBedrockChatModel
Get model id- Specified by:
getModelId
in classAbstractSharedBedrockChatModel
- Returns:
- model id
-
getResponseClassType
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractBedrockChatModel
Get response class type- Specified by:
getResponseClassType
in classAbstractBedrockChatModel<BedrockStabilityAIChatModelResponse>
- Returns:
- response class type
-
getModel
Deprecated, for removal: This API element is subject to removal in a future version. -
getCfgScale
public int getCfgScale()Deprecated, for removal: This API element is subject to removal in a future version. -
getWidth
public int getWidth()Deprecated, for removal: This API element is subject to removal in a future version. -
getHeight
public int getHeight()Deprecated, for removal: This API element is subject to removal in a future version. -
getSeed
public int getSeed()Deprecated, for removal: This API element is subject to removal in a future version. -
getSteps
public int getSteps()Deprecated, for removal: This API element is subject to removal in a future version. -
getPromptWeight
public double getPromptWeight()Deprecated, for removal: This API element is subject to removal in a future version. -
getStylePreset
Deprecated, for removal: This API element is subject to removal in a future version. -
builder
Deprecated, for removal: This API element is subject to removal in a future version.
-