LLM ReferenceLLM Reference
Fireworks AI

SOLAR 10.7B on Fireworks AI

Solar Mini · Upstage

Serverless

Last refreshed 2026-04-19. Next refresh: weekly.

Why use SOLAR 10.7B on Fireworks AI?

Fireworks AI offers SOLAR 10.7B with pay-as-you-go pricing at $0.20/1M input tokens. Fireworks AI offers a generative AI platform as a service, focusing on rapid product iteration and cost-efficient AI deployment.

Compare SOLAR 10.7B across 5 providers to find the best fit for your use case
Input / 1M
$0.20
Output / 1M
$0.20
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install openai
Auth
export FIREWORKS_API_KEY=...
Call
import os
from openai import OpenAI
client = OpenAI(
    api_key=os.environ["FIREWORKS_API_KEY"],
Model ID
solar-10.7b

Request example

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["FIREWORKS_API_KEY"],
    base_url="https://api.fireworks.ai/inference/v1"
)
response = client.chat.completions.create(
    model="solar-10.7b",
    messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)

Gotchas

  • Fireworks model IDs use "accounts/fireworks/models/{model-name}" format, e.g. "accounts/fireworks/models/llama4-scout-instruct-basic" or "accounts/fireworks/models/deepseek-r1".
  • The examples expect FIREWORKS_API_KEY; rename it only if your application config maps the new variable.

Compare SOLAR 10.7B Across Providers

ProviderInput (per 1M)Output (per 1M)
NVIDIA NIM
Together AI$0.30$0.30
Upstage Console$0.30$0.30
Microsoft Foundry$0.52$0.67
Fireworks AI$0.20$0.20

Pricing

TypePrice (per 1M)
Input tokens$0.20
Output tokens$0.20

Capabilities

Structured Outputs

About SOLAR 10.7B

SOLAR 10.7B is a robust large language model created by Upstage AI in South Korea, featuring 10.7 billion parameters. It is tailored for high efficiency and performance through its innovative "Depth Up-Scaling" (DUS) approach, which deepens the model's layers rather than widening them, allowing for enhanced capabilities without significantly increasing computational costs. This method distinguishes it from other models that utilize more complex techniques like Mixture of Experts. By integrating pre-trained weights from the Mistral 7B model with the Llama 2 framework, SOLAR 10.7B achieves notable performance, outpacing even some models with up to 30 billion parameters. Available under the Apache 2.0 license, it also includes a finely-tuned instruction-based variant under CC-BY-NC-4.0, optimized for single-turn conversations and diverse NLP tasks, albeit with limitations in handling multi-turn dialogue and complex context. The model is grounded in the transformer architecture, widely adopted in advanced language models.

FAQ

What does SOLAR 10.7B cost on Fireworks AI?

On Fireworks AI, SOLAR 10.7B costs $0.2 per 1M input tokens and $0.2 per 1M output tokens.

How does Fireworks AI compare to other SOLAR 10.7B providers?

SOLAR 10.7B is available from 5 providers. The cheapest input pricing is $0.2/1M tokens from Fireworks AI.

Who created SOLAR 10.7B?

SOLAR 10.7B was created by Upstage as part of the Solar Mini model family.

Is SOLAR 10.7B open source?

SOLAR 10.7B's open source status is unknown in the seed data.

Get Started

Model Specs

Released2024-06-24
Parameters10.7B
ArchitectureDecoder Only

GPU-Hour Providers(1)