This is really nice. Do all the APIs provide the same structured output across different LLMs?
Report
Hunter
@chilarai Yes, all providers can be converted to the OpenAI "/chat/completions" structured call. Some providers also support conversion to the Claude "/v1/messages" structured call. This allows using GPT and Gemini models in Claude code, with automatic conversion based on the request path.
Swytchcode
This is really nice. Do all the APIs provide the same structured output across different LLMs?
@chilarai Yes, all providers can be converted to the OpenAI "/chat/completions" structured call. Some providers also support conversion to the Claude "/v1/messages" structured call. This allows using GPT and Gemini models in Claude code, with automatic conversion based on the request path.
Swytchcode
@new_user___342202562f9c0538dd35111 really nice
Can't wait to check on this.