UNPKG

@llumiverse/common

Version:

Public types, enums and options used by Llumiverse API.

3 lines 243 B
import { type ModelOptions, type ModelOptionsInfo, Providers } from "./types.js"; export declare function getOptions(model: string, provider?: string | Providers, options?: ModelOptions): ModelOptionsInfo; //# sourceMappingURL=options.d.ts.map