UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

4 lines (3 loc) • 216 B
import type { LanguageModel } from "ai"; /** Creates a direct Anthropic model. Uses ANTHROPIC_API_KEY, or /login credentials in local development. */ export declare function anthropic(model?: string): LanguageModel;