Live
Black Hat USADark ReadingBlack Hat AsiaAI BusinessThe home stretchDEV CommunityAI giant Anthropic says 'exploring' Australia data centre investments - MSNGoogle News: ClaudeMacy’s unveils Google Gemini-based AI shopping assistant - Chain Store AgeGoogle News: GeminiToyota’s Woven Capital appoints new CIO and COO in push for finding the ‘future of mobility’TechCrunch AINike CEO says its comeback plan is taking longer than expected, sending shares tumbling more than 8%Business InsiderAnthropic accidentally published Claude Code's source code. Here's the part nobody's talking about.DEV CommunityAI giant Anthropic says ‘exploring’ Australia data centre investments - Digital JournalGoogle News: AI SafetyStop tuning LLM agents with live API calls: A simulation-based approachDEV CommunityBuilding Sourcing Intel: An AI-Powered Supply Chain Intelligence Platform with On-Device InferenceDEV CommunityDo Companies Mask Poor Performance With ‘AI Washing’? - SHRMGoogle News: Machine LearningGoogle launches Veo 3.1 Lite, Gemini executive ‘makes fun’ of OpenAI shutting Sora - The Times of IndiaGoogle News: GeminiArtificial Intelligence Hammers In The Final Nail In Karl Marx’s Coffin – OpEd - Eurasia ReviewGoogle News: AIBlack Hat USADark ReadingBlack Hat AsiaAI BusinessThe home stretchDEV CommunityAI giant Anthropic says 'exploring' Australia data centre investments - MSNGoogle News: ClaudeMacy’s unveils Google Gemini-based AI shopping assistant - Chain Store AgeGoogle News: GeminiToyota’s Woven Capital appoints new CIO and COO in push for finding the ‘future of mobility’TechCrunch AINike CEO says its comeback plan is taking longer than expected, sending shares tumbling more than 8%Business InsiderAnthropic accidentally published Claude Code's source code. Here's the part nobody's talking about.DEV CommunityAI giant Anthropic says ‘exploring’ Australia data centre investments - Digital JournalGoogle News: AI SafetyStop tuning LLM agents with live API calls: A simulation-based approachDEV CommunityBuilding Sourcing Intel: An AI-Powered Supply Chain Intelligence Platform with On-Device InferenceDEV CommunityDo Companies Mask Poor Performance With ‘AI Washing’? - SHRMGoogle News: Machine LearningGoogle launches Veo 3.1 Lite, Gemini executive ‘makes fun’ of OpenAI shutting Sora - The Times of IndiaGoogle News: GeminiArtificial Intelligence Hammers In The Final Nail In Karl Marx’s Coffin – OpEd - Eurasia ReviewGoogle News: AI

llm-all-models-async 0.1

Simon Willison BlogMarch 31, 20261 min read0 views
Source Quiz

<p><strong>Release:</strong> <a href="https://github.com/simonw/llm-all-models-async/releases/tag/0.1">llm-all-models-async 0.1</a></p> <p>LLM plugins can define new models in both <a href="https://llm.datasette.io/en/stable/plugins/tutorial-model-plugin.html">sync</a> and <a href="https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#async-models">async</a> varieties. The async variants are most common for API-backed models - sync variants tend to be things that run the model directly within the plugin.</p> <p>My <a href="https://simonwillison.net/2026/Mar/30/mr-chatterbox/#running-it-locally-with-llm">llm-mrchatterbox</a> plugin is sync only. I wanted to try it out with various Datasette LLM features (specifically <a href="https://github.com/datasette/datasette-enrichmen

Release

llm-all-models-async 0.1 — Register async versions of models from LLM plugins that only provide a sync version

LLM plugins can define new models in both sync and async varieties. The async variants are most common for API-backed models - sync variants tend to be things that run the model directly within the plugin.

My llm-mrchatterbox plugin is sync only. I wanted to try it out with various Datasette LLM features (specifically datasette-enrichments-llm) but Datasette can only use async models.

So... I had Claude spin up this plugin that turns sync models into async models using a thread pool. This ended up needing an extra plugin hook mechanism in LLM itself, which I shipped just now in LLM 0.30.

Was this article helpful?

Sign in to highlight and annotate this article

AI
Ask AI about this article
Powered by AI News Hub · full article context loaded
Ready

Conversation starters

Ask anything about this article…

Daily AI Digest

Get the top 5 AI stories delivered to your inbox every morning.

More about

claudemodelrelease

Knowledge Map

Knowledge Map
TopicsEntitiesSource
llm-all-mod…claudemodelreleasenew modelfeaturegithubSimon Willi…

Connected Articles — Knowledge Graph

This article is connected to other articles through shared AI topics and tags.

Knowledge Graph100 articles · 138 connections
Scroll to zoom · drag to pan · click to open

Discussion

Sign in to join the discussion

No comments yet — be the first to share your thoughts!

More in Models