ai

Chris Chen 2025-12-04T10:19:36.828589Z

Any structured output libraries with Amazon Bedrock/Azure OpenAI support? I know the Typescript/Python LangChain has the polymorphic "withStructuredOutput" method for Zod schemas but I can't find something like it for Clojure with Malli schemas that works on those platforms

kapil 2025-12-12T07:51:06.689449Z

@fernando.olle046 Yes support needs to be added to litellm-clj as well because DSCloj use it.

👍 1
Fernando Olle 2025-12-10T02:30:09.555469Z

@kapil the support should be added to litellm-clj , right?

kapil 2025-12-05T16:59:06.676649Z

You can try DSCloj. It currently doesn't support Bedrock or Azure OpenAI right now. I can add support for it in a bit.

👍 1
kapil 2025-12-05T17:00:07.535989Z

https://github.com/unravel-team/DSCloj

Fernando Olle 2025-12-12T16:05:26.689759Z

thanks for the response @kapil, I'm working on a PR to add support for azure provider.

🎉 2