xsAI v0.1 is now available! Read Announcement
xsAI0.2.0-beta.1

Models

List and describe the various models available in the API.

install sizeminified sizeminzipped size
npm i @xsai/model

Examples

listModels

import {  } from '@xsai/model'
import {  } from 'node:process'
 
// [
//   {
//     "id": "model-id-0",
//     "object": "model",
//     "created": 1686935002,
//     "owned_by": "organization-owner"
//   },
//   {
//     "id": "model-id-1",
//     "object": "model",
//     "created": 1686935002,
//     "owned_by": "organization-owner",
//   },
//   {
//     "id": "model-id-2",
//     "object": "model",
//     "created": 1686935002,
//     "owned_by": "openai"
//   },
// ]
const  = await ({
  : .!,
  : 'https://api.openai.com/v1/',
})

retrieveModel

import {  } from '@xsai/model'
import {  } from 'node:process'
 
// {
//   "id": "gpt-4o",
//   "object": "model",
//   "created": 1686935002,
//   "owned_by": "openai"
// }
const  = await ({
  : .!,
  : 'https://api.openai.com/v1/',
  : 'gpt-4o',
})
Edit on GitHub

Last updated on

On this page