import { ExtendedIntegrationPluginId, Plugin } from '../../types/index.js'; import { getNativeOpenApiPlugin } from './shared/index.js'; export const FireworksPlugin: Plugin = getNativeOpenApiPlugin({ name: 'Fireworks', id: ExtendedIntegrationPluginId.FIREWORKS, authMethods: { bearer: true }, serverURL: 'https://api.fireworks.ai/inference', isStreamable: true });