LLM ReferenceLLM Reference
Fireworks AI

Kimi K2 Instruct on Fireworks AI

Kimi · Moonshot AI

Serverless

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

Why use Kimi K2 Instruct on Fireworks AI?

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

Compare Kimi K2 Instruct across 3 providers to find the best fit for your use case
Input / 1M
$0.60
Output / 1M
$2.50
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
kimi-k2-instruct

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="kimi-k2-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.

Compare Kimi K2 Instruct Across Providers

ProviderInput (per 1M)Output (per 1M)
Fireworks AI$0.60$2.50
Together AI$1.00$3.00
NVIDIA NIM

Pricing

TypePrice (per 1M)
Input tokens$0.60
Output tokens$2.50

Capabilities

ReasoningStructured Outputs

About Kimi K2 Instruct

Kimi K2 Instruct is an instruction-tuned language model from Moonshot AI, available via Fireworks AI.

FAQ

What does Kimi K2 Instruct cost on Fireworks AI?

On Fireworks AI, Kimi K2 Instruct costs $0.60 per 1M input tokens and $2.50 per 1M output tokens.

How does Fireworks AI compare to other Kimi K2 Instruct providers?

Kimi K2 Instruct is available from 3 providers. The cheapest input pricing is $0.60/1M tokens from Fireworks AI.

Who created Kimi K2 Instruct?

Kimi K2 Instruct was created by Moonshot AI as part of the Kimi model family.

Is Kimi K2 Instruct open source?

Kimi K2 Instruct is open source under MIT according to the seed data.

Get Started

Model Specs

Released2025-01-01
ArchitectureDecoder Only

GPU-Hour Providers(1)

Related Models on Fireworks AI