Class ModelService
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.DeepSeek.Services
Assembly: Glitch9.AIDevKit.Provider.DeepSeek.dll
Syntax
public sealed class ModelService : CrudServiceBase<DeepSeekClient>, ICrudService
Constructors
| Edit this page View SourceModelService(DeepSeekClient)
Declaration
public ModelService(DeepSeekClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| DeepSeekClient | client |
Methods
| Edit this page View SourceListAsync(RequestOptions)
Declaration
public UniTask<Queried<DeepSeekModelInfo>> ListAsync(RequestOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestOptions | options |
Returns
| Type | Description |
|---|---|
| UniTask<Queried<DeepSeekModelInfo>> |