📢 I'm really excited to share that I'm back to working on Open Source, an SDK no less! And not any SDK, but @aiSDK! Thank you @vercel for letting me 🖤
I'll be using Twitter exclusively for work.
@pontusab Hey Pontus, love to see you are not slowing down :D
I looked at the code, I think the README is out of sync? I can't find a bot.ts file and couldn't find the use of the Chat SDK? Sorry if I miss something. Love that you build on so many Vercel primitives, can't wait to share!
Run Docker inside Vercel Sandbox.
▪︎ Build and run containers in full isolation
▪︎ Persist installs and images across sessions
▪︎ Run databases, test suites, or full apps
https://t.co/jEatpDslcC
Added step performance stats to AI SDK 7 canary:
- step time
- llm response time
- time to first token
- tool execution times
- tokens per second (several variants)
You can now use 100s of AI models from 40+ providers in WordPress, with one API key.
WordPress 7.0 just launched with its built-in AI Client, and the AI Gateway connector plugin gives your plugins access to whichever models they work best with.
i created a llama.cpp provider for vercel ai sdk that runs directly in the Node process (no separate server required, it uses llama.cpp bindings)
the llama.cpp provider supports reasoning, tool calling, image inputs, prompt caching (for a single conversation)