Skip to content

BaseModel to jsonschema for Structured Outputs #2093

@federicoromeo

Description

@federicoromeo

Confirm this is a feature request for the Python library and not the underlying OpenAI API.

  • This is a feature request for the Python library

Describe the feature or improvement you're requesting

Do you provide any helper function to generate the correct jsonschema starting from a pydantic BaseModel, to provide it to the response_format?

It's a big struggle not to have it. Imagine like in the Batch API in which i cannot provide the Pydantic instance

I tried with to_strict_json_schema but it doesn't work as expected, it puts keys like $defs and $refs.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions