Question
Resolve the codenames Sol / Terra / Luna (OpenAI "GPT 5.6") into everything the downstream layers need. Deliver a markdown summary linked to this issue answering:
- Cardinality: are these 3 distinct models, or variants/tiers of one? (Sets deployment count everywhere downstream.)
- Azure identifiers per model: the real Azure OpenAI
model_name + model_version (as consumed by azurerm_cognitive_deployment), and the deployment name to use.
- Region + capacity: availability in
eastus2 (the region of qbraid-staging-ai-services / qbraid-prod), the sku_name (GlobalStandard?), and the max sku_capacity / quota ceiling per model — this sets the achievable "much higher" prod limit.
- Capabilities (for
branding/qbraid/models.json): context window, max output, modalities, reasoning, tool_call, temperature.
- Pricing (for
qbraid-api MODEL_PRICING): input / output / cache $ per 1M tokens.
Primarily research (Azure docs + the existing staging config as evidence). If confirming region/quota requires the live qBraid Azure subscription/portal, spin that portion out as a task.
Root unblocker: Azure deploy (staging + prod), gateway routing, billing, and the Codeq catalog all key off these facts.
Question
Resolve the codenames Sol / Terra / Luna (OpenAI "GPT 5.6") into everything the downstream layers need. Deliver a markdown summary linked to this issue answering:
model_name+model_version(as consumed byazurerm_cognitive_deployment), and the deployment name to use.eastus2(the region ofqbraid-staging-ai-services/qbraid-prod), thesku_name(GlobalStandard?), and the maxsku_capacity/ quota ceiling per model — this sets the achievable "much higher" prod limit.branding/qbraid/models.json): context window, max output, modalities,reasoning,tool_call,temperature.qbraid-apiMODEL_PRICING): input / output / cache $ per 1M tokens.Primarily
research(Azure docs + the existing staging config as evidence). If confirming region/quota requires the live qBraid Azure subscription/portal, spin that portion out as atask.Root unblocker: Azure deploy (staging + prod), gateway routing, billing, and the Codeq catalog all key off these facts.