AxAIDeepSeekArgs
type AxAIDeepSeekArgs<TModelKey> = AxAIOpenAIArgs<"deepseek", AxAIDeepSeekModel, undefined, TModelKey>;Defined in: https://github.com/ax-llm/ax/blob/12fe8d0b81f256b482dbdc782dffa3879e5f971f/src/ax/ai/deepseek/api.ts#L159
Arguments type for initializing DeepSeek AI instances
Type Parameters
| Type Parameter | Description |
|---|---|
TModelKey | The model key type for type safety |