Am I OpenAI Compatible: Tool & Docs for Unified API Signatures

A Reddit user has released a tool and documentation page called 'Am I OpenAI compatible' that maps which major open-source AI projects adhere to OpenAI's API signatures. The project was motivated by inconsistencies between engines like vLLM and llama.cpp, which often implement the same endpoint differently.
Key Details
The tool catalogs both official and unofficial API signatures for each project. For models where OpenAI compatibility gaps exist, it introduces 'ht-compatibility' as an inherited standard. The developer plans to add optional Anthropic-compatible signatures and other extensions.
Two resources are available:
- GitHub repository: heiervang-technologies/am-i-openai-compatible
- Documentation site: ReadTheDocs
The developer notes the tool is useful for plugging LLM and other AI endpoints into apps, or for building proxy/middleware layers. Developers creating their own API interfaces will also benefit from the documented signatures, making agent integration easier.
Who It's For
Developers working with multiple open-source inference engines who need a reliable reference for API compatibility, or anyone building middleware or agent systems that consume multiple backends.
📖 Read the full source: r/LocalLLaMA
👀 See Also
Claude Code vs Codex: 36 vs 28 files, $2.50 vs $2.04, infinite loop caught — real-world comparison
A developer runs the same two tasks on Claude Code and Codex (Cursor): PR triage bot and real-time code review UI. Results: 36 vs 28 files, $2.50 vs $2.04 cost, Claude produced fewer TypeScript errors, Codex had an infinite React loop.

Claude Sleuth: A 56-Task Investigation Workflow for Claude AI
Claude Sleuth is a structured investigation workflow for Claude AI with 6 phases and 56 tasks, featuring persistent state storage via Cloudflare D1 and standardized output conventions including ISO 8601 timestamps, POLE entity records, and ICD 203 probability language.

Open-source CLI tool sdf uses Claude to manage stacked GitHub PRs
sdf is a free, MIT-licensed CLI tool that automates stacked pull request workflows using git and gh, with Claude CLI handling complex tasks like diff analysis and conflict resolution.

Setting Up OpenClaw as an Always-On AI Assistant
OpenClaw, configured as an always-on AI assistant for a small dev team, is set up on a Railway server with Claude as the backend and integrates with Google Workspace, GitHub, and more.