Can I fine-tune a structured output model?

I want to fine-tune my model to let it output json response.

But can I use Base Model to get the output? Since it can force the model to output as json. Like this:

class CalendarEvent(BaseModel):
dates: list[str]
doses: list[str]
notice_for_each_day: str
name:str

2 Likes

Good day!
I’m not sure about the basic model. But in the paid version you can customize the output.

I myself use a combination of HTML and json.

If you’r interessted i can provide a sample.

Kind regards
freeswr82