Hi, @Vision Pro Engineer / Michael!
I am referring to the drop-down menu that appears after successfully connecting an AI provider (which I should have attached in my initial message):
That list seems to be static, but if we do something like:
curl https://api.openai.com/v1/models \
-H "Authorization: Bearer $OPENAI_API_KEY" |
jq -r '.data[].id' |
grep 'gpt-5.6'
... we can see the latest models being provided by the API:
gpt-5.6-sol
gpt-5.6-terra
gpt-5.6-luna
The dropdown in Reality Composer Pro should also include those, IMO.
I've submitted it here: FB24065533
Thanks!
Topic:
Spatial Computing
SubTopic:
Reality Composer Pro
Tags: