Unified LLMs
Connect to any LLM, any provider, with one simple API powered by .do
llm.do
import { llm } from 'llm.do' import { generateText } from 'ai' const { text } = await generateText({ model: llm('x-ai/grok-3-beta'), prompt: 'Write a blog post about the future of work post-AGI', }) console.log(text)