What’s new with ASI:One? I saw something about structured JSON responses?

There was a post saying ASI:One can now return strict JSON output natively. How does that work, and why is it useful for developers?

Yes, this is a big developer-focused update. ASI:One now allows you to define a JSON schema and pass it as response_format in your request. The model will generate structured output that strictly conforms to your schema, even with nested arrays or complex objects.

This means no more parsing errors or third-party SDK hacks. ASI:One stays compliant with your data structure natively. It’s ideal for building reliable agent backends, integrating AI outputs into APIs, or using structured responses for automation workflows. Docs are live at docs.asi1.ai.