Die4Ever2005
unread,Sep 10, 2025, 9:15:52 PMSep 10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chrome Built-in AI Early Preview Program Discussions, Mike Wasserman, Thomas Steiner, Chrome Built-in AI Early Preview Program Discussions, Bobo Zhou, Die4Ever2005, Mike Wasserman
Thanks. I haven't seen JSON output fail before (not since I added 'x-guidance': {whitespace_flexible: false}) so I was surprised to see it and thought maybe it was just my laptop. Regex constraint still works perfectly. I tested on my friend's RTX 5090 and saw the same failures so it seems to be just my new prompt causing issues. I will investigate further.
I would still be interested if there's a way I can determine whether the low quality or high quality mode is being used.
This is what my laptop shows for availability, I thought it couldn't do images because I thought image and audio would be the same, but it turns out I was wrong and not being granular enough:
await LanguageModel.availability({expectedInputs: [{type:'text'},{type:'image'}]});
'available'
await LanguageModel.availability({expectedInputs: [{type:'text'},{type:'image'}, {type:'audio'}]});
(index):1 Model capability is not available.
'unavailable'
await LanguageModel.availability({expectedInputs: [{type:'audio'}]});
(index):1 Model capability is not available.
'unavailable'