portkey-ai
Version:
Node client library for the Portkey API
13 lines (10 loc) • 409 B
text/typescript
import * as apis from './apis';
import * as client from './client';
import * as consts from './constants';
import { PortkeyAIRealtimeWS } from './beta/realtime';
export import Portkey = client.Portkey;
export import PORTKEY_GATEWAY_URL = consts.PORTKEY_GATEWAY_URL;
export import createHeaders = apis.createHeaders;
export { PortkeyAIRealtimeWS };
export * as types from './_types';
export default Portkey;