export interface OpenRouterConfig {
    useNativeSDK?: boolean;
    apiKey?: string;
    apiUrl?: string;
    name?: string;
    maxRetries?: number;
    timeout?: number;
}
