Table of Contents

Class ModelCard

Namespace
TypeSafe.AI.Sdk
Assembly
TypeSafe.AI.Sdk.dll

Metadata for an available model.

public sealed class ModelCard
Inheritance
ModelCard
Inherited Members

Properties

Description

Human-readable description.

[JsonPropertyName("description")]
public string Description { get; init; }

Property Value

string

Name

Model identifier, for example jev-1.13.0.

[JsonPropertyName("name")]
public string Name { get; init; }

Property Value

string

ReleaseDate

Release date as returned by the API.

[JsonPropertyName("release_date")]
public string ReleaseDate { get; init; }

Property Value

string