export interface OpenAIModelOptions { baseURL?: string; apiKey: string; modelId: string; }