diff --git a/providers/firepass/logo.svg b/providers/firepass/logo.svg new file mode 100644 index 000000000..72cc91f09 --- /dev/null +++ b/providers/firepass/logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/providers/firepass/models/accounts/fireworks/routers/kimi-k2p6-turbo.toml b/providers/firepass/models/accounts/fireworks/routers/kimi-k2p6-turbo.toml new file mode 100644 index 000000000..a82d29747 --- /dev/null +++ b/providers/firepass/models/accounts/fireworks/routers/kimi-k2p6-turbo.toml @@ -0,0 +1,25 @@ +name = "Kimi K2.6 Turbo" +family = "kimi-thinking" +release_date = "2026-04-17" +last_updated = "2026-04-17" +attachment = false +reasoning = true +temperature = true +tool_call = true +open_weights = true + +[cost] +input = 0 +output = 0 +cache_read = 0 + +[limit] +context = 262_000 +output = 262_000 + +[modalities] +input = ["text", "image"] +output = ["text"] + +[interleaved] +field = "reasoning_content" diff --git a/providers/firepass/provider.toml b/providers/firepass/provider.toml new file mode 100644 index 000000000..2f9adf8b3 --- /dev/null +++ b/providers/firepass/provider.toml @@ -0,0 +1,5 @@ +name = "Fireworks (Firepass)" +env = ["FIREPASS_API_KEY"] +npm = "@ai-sdk/openai-compatible" +api = "https://api.fireworks.ai/inference/v1/" +doc = "https://docs.fireworks.ai/firepass"