AssistantModels

Functions

Link copied to clipboard

Builder for the Anthropic Bedrock model.

Link copied to clipboard
abstract fun anthropicModel(block: AnthropicModel.() -> Unit): AnthropicModel

Builder for the Anthropic model.

Link copied to clipboard
abstract fun anyscaleModel(block: AnyscaleModel.() -> Unit): AnyscaleModel

Builder for the Anyscale model.

Link copied to clipboard
abstract fun cerebrasModel(block: CerebrasModel.() -> Unit): CerebrasModel

Builder for the Cerebras model.

Link copied to clipboard
abstract fun customLLMModel(block: CustomLLMModel.() -> Unit): CustomLLMModel

Builder for the CustomLLM model.

Link copied to clipboard
abstract fun deepInfraModel(block: DeepInfraModel.() -> Unit): DeepInfraModel

Builder for the DeepInfra model.

Link copied to clipboard
abstract fun deepSeekModel(block: DeepSeekModel.() -> Unit): DeepSeekModel

Builder for the DeepSeek model.

Link copied to clipboard
abstract fun googleModel(block: GoogleModel.() -> Unit): GoogleModel

Builder for the Google model.

Link copied to clipboard
abstract fun groqModel(block: GroqModel.() -> Unit): GroqModel

Builder for the Groq model.

Link copied to clipboard
abstract fun inflectionAIModel(block: InflectionAIModel.() -> Unit): InflectionAIModel

Builder for the InflectionAI model.

Link copied to clipboard
abstract fun openAIModel(block: OpenAIModel.() -> Unit): OpenAIModel

Builder for the OpenAI model.

Link copied to clipboard
abstract fun openRouterModel(block: OpenRouterModel.() -> Unit): OpenRouterModel

Builder for the OpenRouter model.

Link copied to clipboard
abstract fun perplexityAIModel(block: PerplexityAIModel.() -> Unit): PerplexityAIModel

Builder for the PerplexityAI model.

Link copied to clipboard
abstract fun togetherAIModel(block: TogetherAIModel.() -> Unit): TogetherAIModel

Builder for the TogetherAI model.

Link copied to clipboard
abstract fun xaiModel(block: XaiModel.() -> Unit): XaiModel

Builder for the xAI model.