DeepSeekModels

Object containing a collection of predefined DeepSeek model configurations.

DeepSeek provides powerful language models with competitive pricing and advanced reasoning capabilities. All models support JSON output, function calling, and chat prefix completion features.

NameSpeedPriceInputOutput
DeepSeekV4FlashFast

$0.14 / $

0.28 per 1M
Text, ToolsText, Tools
DeepSeekV4ProMedium

$1.74 / $

3.48 per 1M
Text, ToolsText, Tools

See also

Properties

Link copied to clipboard

DeepSeek V4 Flash model optimized for fast, cost-effective generation. Supports both thinking and non-thinking modes in the DeepSeek API.

Link copied to clipboard

DeepSeek V4 Pro model optimized for advanced reasoning and agentic tasks. Supports both thinking and non-thinking modes in the DeepSeek API.

Link copied to clipboard
open override val models: List<LLModel>

Functions

Link copied to clipboard
open override fun addCustomModel(model: LLModel)