Get available AI models for the company
Array of model configurations
401 - Not authenticated
import { getCompanyModels } from "@cpod/sdk";const models = await getCompanyModels();models.forEach(model => { console.log(`${model.name} - ${model.provider}`);}); Copy
import { getCompanyModels } from "@cpod/sdk";const models = await getCompanyModels();models.forEach(model => { console.log(`${model.name} - ${model.provider}`);});
Get available AI models for the company