AssistantModels

Functions

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 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 groqModel(block: GroqModel.() -> Unit): GroqModel

Builder for the Groq model.

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

Builder for the OpenAI model.

Link copied to clipboard

Builder for the OpenRouter model.

Link copied to clipboard

Builder for the PerplexityAI model.

Link copied to clipboard

Builder for the TogetherAI model.

Link copied to clipboard
abstract fun vapiModel(block: VapiModel.() -> Unit): VapiModel

Builder for the Vapi model.