kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
17 lines (16 loc) • 353 B
TypeScript
export declare const PROVIDER_DEFAULT_BASE_URLS: {
openai: string;
anthropic: string;
google: string;
deepseek: string;
xai: string;
ollama: string;
};
export declare const PROVIDER_MODELS: {
openai: string[];
google: string[];
deepseek: string[];
anthropic: string[];
xai: string[];
ollama: string[];
};