any-llm - one interface for every LLM provider
Mozilla AI's unified Python client for OpenAI, Anthropic, Google, Mistral, and friends. Swap providers without rewriting a single call site.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webRelated entries
llm-openai-via-codex - reuse a Codex subscription as an LLM backend
Simon Willison's plugin for the `llm` CLI that routes calls through an existing OpenAI Codex subscription. Lets you use Codex-tier models from any `llm`-aware tool.
gpt_image_2_skill - 162-prompt gallery and skill for GPT Image 2
Curated gallery, CLI, and agentic skill for OpenAI's GPT Image 2. 162 reusable prompts across anime, gaming, photography, UI/UX, and research-figure categories. Supports text-to-image, mask-edit, multi-reference edits, and batch ops. Installable as a Claude Code plugin, Codex skill, or standalone CLI via uv.
Foundry - foundation layer for agentic intelligence
Python agent runtime and framework aimed at production agentic systems. Early but already has 800+ stars and a clear shape around runtime primitives.
pydantic-deepagents - Claude Code-style agents in Python
Pydantic AI library for building deep agents with tool calling, sandboxed execution, multi-agent teams, skills, and checkpoints. Same shape as Claude Code, scriptable from Python.