DeepSeek class
The DeepSeek client
Constructors
Properties
Methods
-
createChat(
{required List< Message> messages, String? model, Map<String, dynamic> ? options}) → Future<Completion> - https://api-docs.deepseek.com/api/create-chat-completion
-
getUserBalance(
) → Future< Balance> - https://api-docs.deepseek.com/api/get-user-balance
-
listModels(
) → Future< List< String> > - https://api-docs.deepseek.com/api/list-models
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited