Class DeepSeekModelInfo
Inheritance
DeepSeekModelInfo
Assembly: Glitch9.AIDevKit.Provider.DeepSeek.dll
Syntax
public sealed class DeepSeekModelInfo : IModelInfo, IAIResource, IData, IHasId<string>, IHasName, IDeprecatable
Properties
|
Edit this page
View Source
Api
Declaration
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Maximum number of tokens this model accepts as input.
Also known as: Max Prompt Tokens, Max Context Tokens, Context Size, Context Length.
Declaration
public int? InputTokenLimit { get; }
Property Value
|
Edit this page
View Source
Name
Gets the name of this object.
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
OutputTokenLimit
Maximum number of tokens this model can generate as output.
Also known as: Max Completion Tokens, Max Response Tokens.
Declaration
public int? OutputTokenLimit { get; }
Property Value
|
Edit this page
View Source
OwnedBy
Declaration
[JsonProperty("owned_by")]
public string OwnedBy { get; set; }
Property Value
|
Edit this page
View Source
Prices
The pricing tiers for using this model.
Declaration
public ModelPrice[] Prices { get; }
Property Value
Implements
Extension Methods