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

Interact MCP: Faster Web Browsing for Claude Code with Persistent Chromium
Interact MCP is a Model Context Protocol tool that keeps a persistent Chromium browser in-process, reducing browser action times from 2-5 seconds to 5-50ms after the initial call. It features a ref system for element interaction without CSS selectors and includes 46 tools for web automation.

Cortex v1.2 adds LLM enrichment, Q&A with citations, and conflict resolution
Cortex, a local memory layer for OpenClaw agents, has released v1.2 with LLM-augmented enrichment by default, a question-answering command with citations, and improved deduplication and conflict resolution. The tool now includes unified configuration management and intent-based search pre-filtering.

Need MCP Server Provides Semantic Tool Discovery for AI Agents
An MCP server called Need enables semantic search over 10,000+ tools from brew, npm, pip, and cargo. When an agent requests a task like 'compress these PNGs,' it finds pngquant, installs it, runs it, and reports back on success.

Kvaser: An Open-Source Local-First AI Orchestrator with Sub-Agent Routing and Wolfram Integration
Kvaser is a Man-in-the-Middle MCP proxy that orchestrates sub-agents with smart tool whitelisting, zero-embedding RAG via Kiwix, and Wolfram Engine integration for symbolic math. Built with Qwen 3.6 35B and sub-agent routing to different models/machines.