Skip to content
Dashboard

Show Available Models

client.models.list(RequestOptionsoptions?): ModelListResponse
GET/models

Show Available Models

ReturnsExpand Collapse
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
{}