Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
OpenAIChatCompletionRequest -> OpenAIChatCompletionResponse
Translate a standard OpenAI chat completion payload into a target LLM provider's native format, execute the network request, and map the response back to the OpenAI schema.
Problem it solves
Developing applications across multiple model providers requires writing and maintaining vendor-specific API integrations.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.