Skip to content

Model Selection Guide

As of 2026-08-25, the Brivionix marketplace lists 9 models. All are pay-as-you-go and use the openai /v1/chat/completions endpoint. Capability labels below follow the current pricing page; the Grok cards currently show no capability labels.

Quick Recommendation

Use caseRecommended modelWhy
Lowest cost with full marketplace labelsgpt-5.6-luna$1.25 input / $10 output; tagged 1.1m / 400k, Files, Reasoning, Tools, Vision
Balanced price and labeled capabilitiesgpt-5.6-terra$3 input / $24 output with the full label set
Highest-priced full-label optiongpt-5.6-sol$6 input / $48 output with the full label set
Coding tasksgpt-5.3-codexTagged Reasoning, Tools, and Vision; explicitly code-oriented model name
Long-context general workgpt-5.5The page labels it 1.1M, the largest single context label shown
Grok workflowsgrok-4.6Current Grok model on the pricing page

Model Comparison

ModelContext / Marketplace TagsCapabilitiesInput (USD/1M)Output (USD/1M)Cache ReadCache Create
gpt-5.3-codex400KReasoning, Tools, Vision$2.0590$16.4700$0.2060
gpt-5.4400KReasoning, Tools, Files, Vision$2.9410$17.6470$0.2940
gpt-5.4-mini400Kreasoning, tools, files, vision$2.3410$14.0470$0.2140
gpt-5.51.1MReasoning, Tools, Files, Vision$5.8820$35.2940$0.5880
gpt-5.6-luna1.1M / 400K1.1m, 400k, Files, Reasoning, Tools, Vision$1.2500$10.0000$0.2000$2.0000
gpt-5.6-sol1.1M / 400K1.1m, 400k, Files, Reasoning, Tools, Vision$6.0000$48.0000$0.6500$7.2500
gpt-5.6-terra1.1M / 400K1.1m, 400k, Files, Reasoning, Tools, Vision$3.0000$24.0000$0.3000$3.2500
grok-4.5$4.0000$12.0000$1.0000
grok-4.6$4.0000$12.0000$1.0000

Prices are USD / 1M Tokens. The 1.1m and 400k combination is recorded exactly as shown on the pricing page; it is not interpreted as a single context limit. Verify effective limits from actual responses when needed.

Groups

This documentation uses the default group. When creating a token, choose default. Access also depends on the token's model whitelist and an exact model-name match with the pricing page.

Selection Tips

  • Start with gpt-5.6-luna when cost is the priority.
  • Choose gpt-5.6-terra for a balance of price and the full marketplace label set.
  • Choose gpt-5.3-codex for code generation, code review, and programming workflows.
  • For long context, choose gpt-5.5 (1.1M) or one of the 5.6 models carrying the 1.1m label.
  • For Grok CLI or Grok-specific workflows, choose grok-4.6; its card currently has no capability labels, so verify it in Playground first.

Cache Prices

All 9 models currently show a cache-read price. gpt-5.6-luna, gpt-5.6-sol, and gpt-5.6-terra also show cache-create prices. For production billing, use the pricing page and Usage Logs as the source of truth.