UNPKG

macro_api

Version:

A comprehensive, production-ready API toolkit for various services including Stripe, Slack, SendGrid, Vercel, AWS S3, Docker Hub, and more.

7 lines (6 loc) 156 B
export default interface EmbeddingOptions { model: string; input: string | string[]; user?: string; encoding_format?: 'float' | 'base64'; }