UNPKG

macro_api

Version:

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

5 lines (4 loc) 95 B
export default interface EmbeddingOptions { model: string; input: string | string[]; }