Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "Kimi K2.5 Turbo"
family = "kimi-thinking"
release_date = "2026-01-27"
last_updated = "2026-01-27"
knowledge = "2025-01"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true

[cost]
cache_read = 0
input = 0
Comment on lines +12 to +14
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's free?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh i see pr description hm

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rekram1-node Pricing set to 0 (per-token costs absorbed by Fireworks' developer Pass subscription - follows precedent from other flat-rate providers like alibaba-coding-plan-cn)

Let me know if there's a better practice for indicating unique model id's for flat rate providers.

output = 0

[limit]
context = 256_000
output = 256_000

[modalities]
input = ["text", "image"]
output = ["text"]

[interleaved]
field = "reasoning_content"
Loading