Last refreshed 2026-04-15. Next refresh: weekly.
Why use Fireworks CodeLlama-34b-Instruct on Fireworks AI?
Fireworks AI offers Fireworks CodeLlama-34b-Instruct with pay-as-you-go pricing at $0.30/1M input tokens. Fireworks AI offers a generative AI platform as a service, focusing on rapid product iteration and cost-efficient AI deployment.
Input / 1M
$0.30
Output / 1M
$0.30
Cache
Not sourced
Batch
Not sourced
Setup recipe
Python + curlInstall
pip install openaiAuth
export FIREWORKS_API_KEY=...Call
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["FIREWORKS_API_KEY"],Model ID
fireworks-codellama-34b-instructRequest 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="fireworks-codellama-34b-instruct",
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.
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $0.30 |
| Output tokens | $0.30 |
Capabilities
No model capability flags are currently sourced.
About Fireworks CodeLlama-34b-Instruct
CodeLlama 34B Instruct via Fireworks AI
FAQ
What does Fireworks CodeLlama-34b-Instruct cost on Fireworks AI?
On Fireworks AI, Fireworks CodeLlama-34b-Instruct costs $0.3 per 1M input tokens and $0.3 per 1M output tokens.
What is the context window for Fireworks CodeLlama-34b-Instruct on Fireworks AI?
Fireworks CodeLlama-34b-Instruct supports a 16,384 token context window on Fireworks AI.
Who created Fireworks CodeLlama-34b-Instruct?
Fireworks CodeLlama-34b-Instruct was created by AI at Meta as part of the Code Llama model family.
Is Fireworks CodeLlama-34b-Instruct open source?
Fireworks CodeLlama-34b-Instruct is open source according to the seed data.
Model Specs
Released2023-07-18
Parameters34B
Context16K
ArchitectureDecoder Only
Knowledge cutoff2024-03