BazaarLinkBazaarLink
Sign in
← All articles
Published 2026-09-23 · · Author:BazaarLink · GPT-6 · GPT-6 Sol · GPT-6 Luna · API pricing · Model comparison · Tutorial

GPT-6 Sol vs Luna: API Pricing and Which Model to Use

Compare GPT-6 Sol and Luna BazaarLink prices, context size, input types, and the official model guidance before choosing an API model.

Pricing checked 2026-09-23. Prices are BazaarLink rates per million tokens.

GPT-6 Sol vs Luna: price first

ModelInput / 1MOutput / 1MCache read / 1MCache write / 1M
GPT-6 Sol$2.00$10.00$0.20$2.50
GPT-6 Luna$0.10$0.50$0.01$0.125

On listed input and output rates, Sol costs 20 times Luna.

Both models have a 1,050,000-token context in the live catalogue. It lists text, image, and file input, with text output. Official documentation describes Sol for complex coding and agentic workflows and Luna for focused, high-volume tasks. Those are maker use-case descriptions; test your own prompts before assigning work by tier.

A practical selection rule

Start with Luna for repeatable, high-volume tasks where it meets your output requirements. Use Sol when the task’s reasoning or coding needs justify the higher token rate. If you have a production prompt, compare both on the same input and track the full input/output usage, including cache events.

The public API IDs are gpt-6-sol and gpt-6-luna. The example below uses Luna:

curl https://api.bazaarlink.ai/v1/chat/completions \
  -H "Authorization: Bearer $BAZAARLINK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-6-luna",
    "messages": [{"role": "user", "content": "Classify this support message as billing, access, or technical."}],
    "max_tokens": 512
  }'

Sources

FAQ

Is Luna one twentieth of Sol on every bill?

The listed token rates are in a 1:20 ratio. Total bills depend on actual token counts and cache usage.

Do Sol and Luna have different context limits?

No. The checked BazaarLink catalogue lists 1,050,000 tokens for each.

Try BazaarLink now

TWD billing · Taiwan invoices · leading AI models · OpenAI-compatible API

Sign up / Log in for freeEnterprise inquiries
Related posts
GPT-6 Sol · GPT-6 · API pricing · Model API · Tutorial
GPT-6 Sol API Pricing: Input, Output, and How to Call the Model
GPT-6 Luna · GPT-6 · API pricing · Model API · Tutorial
GPT-6 Luna API Pricing: $0.10 Input, $0.50 Output per Million Tokens
Support
Support
Hi! How can we help you?
Send a message and we'll get back to you soon.