@nanocollective/nanocoder
Version:
A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter
14 lines • 417 B
TypeScript
import { ModelEntry } from '../types/index.js';
/**
* Fetch and process models from OpenRouter
*/
export declare function fetchModels(): Promise<ModelEntry[]>;
/**
* Clear the model cache (useful for forcing a refresh)
*/
export declare function clearModelCache(): void;
/**
* Check if models are currently cached
*/
export declare function isModelsCached(): boolean;
//# sourceMappingURL=model-fetcher.d.ts.map