AxAIDeepSeekModel Generated TypeScript API reference. typescript api api/reference build/apidocs/Enumeration.AxAIDeepSeekModel.md enum AxAIDeepSeekModel

AxAIDeepSeekModel

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/deepseek/types.ts#L4

DeepSeek: Models for text generation

Enumeration Members

Enumeration MemberValueDescription
DeepSeekChat"deepseek-chat"Deprecated Use DeepSeekV4Flash. DeepSeek will remove this alias on 2026-07-24.
DeepSeekCoder"deepseek-coder"Deprecated Use DeepSeekV4Flash or DeepSeekV4Pro.
DeepSeekReasoner"deepseek-reasoner"Deprecated Use DeepSeekV4Flash with thinking enabled. DeepSeek will remove this alias on 2026-07-24.
DeepSeekV4Flash"deepseek-v4-flash"-
DeepSeekV4Pro"deepseek-v4-pro"-
Docs