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
Needle: A 26M Parameter Tool-Calling Model Built Entirely Without FFNs
Needle is a 26M parameter function-calling model with no MLPs, achieving 6000 tok/s prefill and 1200 tok/s decode on consumer devices. It beats FunctionGemma-270M, Qwen-0.6B, Granite-350M, and LFM2.5-350M on single-shot tool calling.

Marky: A Lightweight Markdown Viewer for Agent-Generated Documentation
Marky is a desktop markdown viewer built with Tauri v2 and React that opens .md files from the terminal with live reload. It features CLI-first usage, syntax highlighting with Shiki, KaTeX math support, Mermaid diagrams, and workspaces for folders.

Applying Claude Code's Architecture to Local 9B Models: Key Findings and Optimizations
A developer extracted architectural patterns from Claude Code's leaked source code and applied 10 optimizations to qwen3.5:9b running locally on an RTX 5070 Ti. The key discovery was that qwen3.5:9b has native structured tool_calls, and the biggest limitation for 9B models is self-discipline in knowing when to stop exploring and start producing output.

PhAIL Benchmark Tests VLA Models on Real Warehouse Robot Tasks
PhAIL is a real-robot benchmark that tests four vision-language-action models on bin-to-bin order picking using a Franka FR3 robot. The best model achieved 64 units per hour, compared to 330 UPH for human teleoperation and 1,300+ UPH for human manual work.