Show Available Models
Returns
ModelListResponse = unknown
Show Available Models
import Lightcone from '@tzafon/lightcone';
const client = new Lightcone({
apiKey: process.env['TZAFON_API_KEY'], // This is the default and can be omitted
});
const models = await client.models.list();
console.log(models);{}Returns Examples
{}