Last refreshed 2026-04-19. Next refresh: weekly.
Why use Japanese StableLM 70B on Fireworks AI?
Fireworks AI offers Japanese StableLM 70B with pay-as-you-go pricing at $0.90/1M input tokens. Fireworks AI offers a generative AI platform as a service, focusing on rapid product iteration and cost-efficient AI deployment.
Setup recipe
Python + curlpip install openaiexport FIREWORKS_API_KEY=...import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["FIREWORKS_API_KEY"],japanese-stablelm-70bRequest 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="japanese-stablelm-70b",
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.90 |
| Output tokens | $0.90 |
Capabilities
No model capability flags are currently sourced.
About Japanese StableLM 70B
The Japanese StableLM 70B is a highly advanced large language model developed by Stability AI Japan, drawing from the Llama 2 architecture. It is purpose-built for tasks in the Japanese language, featuring an impressive 70 billion parameters, making it one of the largest open-source Japanese language models as of November 2023. This model excels in generating human-like Japanese text, effective question answering, and adeptly following instructions in Japanese. Its training encompassed approximately 100 billion tokens from wide-ranging Japanese and English sources, ensuring a robust linguistic capability. However, users should be mindful of its limitations, such as potential biases and contextual challenges due to its dependence on the quality of training data. Notably, the model is complemented by smaller, faster versions and a special "JA-Vocab Beta" version for enhanced performance.
FAQ
What does Japanese StableLM 70B cost on Fireworks AI?
On Fireworks AI, Japanese StableLM 70B costs $0.90 per 1M input tokens and $0.90 per 1M output tokens.
Who created Japanese StableLM 70B?
Japanese StableLM 70B was created by Stability AI as part of the Japanese StableLM model family.
Is Japanese StableLM 70B open source?
Japanese StableLM 70B's open source status is unknown in the seed data.