Type alias TextModelInfoWithProvider

TextModelInfoWithProvider: TextModelInfo & {
    provider: string;
}

Type declaration

  • provider: string