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

Developer Tests Qwen3.5 27B vs Larger Models for Local Coding Tasks
A developer tested multiple Qwen3.5 and Nemotron models, finding Qwen3.5-27B-GGUF:UD-Q6_K_XL performs well for development tasks on existing 2x RTX 3090 hardware, with 803 pp and 25 tg/s at 256k context on vast.ai.

Zot Chrome Operator: Let Your Terminal AI Agent Drive the Browser via Side Panel
A Chrome extension + local bridge that lets zot, a terminal-based coding AI, control browser tabs through a `browser_action` tool. Install in two commands, no zot changes required.

Startup Bookkeeper: Free Claude Skill for Small Business Tracking
Startup Bookkeeper is an open-source Claude AI skill that helps bootstrapped founders track expenses by categorizing transactions from plain English descriptions, processing receipt photos with OCR, and generating dashboards or P&L statements.

Nelson: A Claude Code Plugin for Coordinating AI Agents Like a Naval Fleet
Nelson is a Claude Code plugin that structures AI agent coordination using naval fleet principles, featuring three execution modes, a risk classification system, hull integrity monitoring, and standing order gates to prevent common anti-patterns.