Skip to main content
Glama
llama-engine.d.ts668 B
interface LlamaEngineConfig { modelName?: string; cacheDir?: string; maxTokens?: number; } export declare class LlamaEngine { private static instance; private llama; private model; private modelPath; private cacheDir; private maxTokens; private modelName; private isDownloading; private constructor(); static getInstance(config?: LlamaEngineConfig): LlamaEngine; private downloadModel; private ensureModel; private loadModel; summarize(content: string): Promise<string | null>; isAvailable(): Promise<boolean>; cleanup(): Promise<void>; } export {}; //# sourceMappingURL=llama-engine.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alucardeht/isis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server