I’m doing some analysis of text in Pipeline builder and outputting to a struct
This works great with GPT4o(incl mini) and Claude 3.7, however trials fail to run and I get null outputs when building the pipeline with the Gemini family of models.
Also, when Gemini models are imported to pipeline at the deployment stage, I see the following error
Structured outputs are not supported in Language-Model-Service right now in Gemini models. Unless its part of the prompt (i.e. nudging the model), then this is going to fail for the moment.
Work to support this and get parity with Gemini models is underway, and is probably in the timeline of days → weeks. I can re-tag here once that change is complete.
Can work on making that more clear to users as a stop-gap that for structured outputs, these models are not the best option.
Thanks again for the feedback, and hustling to get parity on the Gemini models here.
Not sure if its helps but just did some testing and my PDF → Gemini → Struct pipeline works for both 1.5 Pro and 2.0 Flash, ditto Image → Gemini → Struct.