Collected sources and patterns will appear here. Add from search or the patterns library.
OpenAICompatibleRequest -> ModelSpecificPrompt
Normalize standard OpenAI REST payload inputs (including structured JSON schemas and tool calls) into the internal prompt template required by a specific target model.
Problem it solves
Replacing model providers requires rewriting client application schemas to match the varying, proprietary prompt formats of open-source models.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.