From 14ad7dc2b14ca3667706992780f87da19281bddf Mon Sep 17 00:00:00 2001 From: 4ebuRushka <4ebuRushka@users.noreply.github.com> Date: Fri, 11 Sep 2026 10:35:08 +0700 Subject: [PATCH 1/3] feat(bothub): add Muse Spark 1.3 Contributor Add Meta Muse Spark 1.3 Contributor (contributor tier) routed via bothub. - New lab entry models/meta/muse-spark-1.3-contributor.toml - Override-only provider file with base_model, reasoning efforts (minimal/low/medium/high/xhigh; 'max' not supported by the router) and live-verified pricing 0.10/0.20 USD per 1M input/output tokens Sources: research.meta.ai blog, openrouter.ai, cloudprice.net, bothub.ru/models. Pricing and reasoning_effort support verified against the bothub API. --- models/meta/muse-spark-1.3-contributor.toml | 24 +++++++++++++++++++ .../models/muse-spark-1.3-contributor.toml | 19 +++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 models/meta/muse-spark-1.3-contributor.toml create mode 100644 providers/bothub/models/muse-spark-1.3-contributor.toml diff --git a/models/meta/muse-spark-1.3-contributor.toml b/models/meta/muse-spark-1.3-contributor.toml new file mode 100644 index 00000000000..abc0b6d0b18 --- /dev/null +++ b/models/meta/muse-spark-1.3-contributor.toml @@ -0,0 +1,24 @@ +# Sources: +# https://research.meta.ai/blog/introducing-muse-spark-1-3 +# https://openrouter.ai/meta/muse-spark-1.3-contributor +# https://cloudprice.net/models/meta-muse-spark-1-3-contributor (snapshot 2026-09-07) + +name = "Muse Spark 1.3 Contributor" +description = "Contributor tier of Muse Spark 1.3, Meta's multimodal reasoning model for long-running agentic, multi-agent, and coding workflows. Offered at a reduced rate in exchange for allowing Meta to use request data to improve its products." +family = "muse" +release_date = "2026-09-02" +last_updated = "2026-09-02" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[limit] +context = 1_048_576 +output = 943_718 + +[modalities] +input = ["text", "image", "video", "pdf", "audio"] +output = ["text"] diff --git a/providers/bothub/models/muse-spark-1.3-contributor.toml b/providers/bothub/models/muse-spark-1.3-contributor.toml new file mode 100644 index 00000000000..aaa991b15a5 --- /dev/null +++ b/providers/bothub/models/muse-spark-1.3-contributor.toml @@ -0,0 +1,19 @@ +# Pricing live-verified 2026-09-11 via a chat completion usage.cost +# (11 prompt + 200 completion tokens => exactly $0.10/$0.20 per 1M). +# Listed on https://bothub.ru/muse-spark-1.3-contributor as 11,79/23,57 RUB per 1M. +# Effort live-verified 2026-09-11: reasoning_effort accepts +# [minimal, low, medium, high, xhigh]; "max" is rejected upstream +# (Meta holds max back pending safety testing: +# https://research.meta.ai/blog/introducing-muse-spark-1-3). +# Wire: reasoning in message.reasoning, mirrored in reasoning_details (encrypted). +base_model = "meta/muse-spark-1.3-contributor" + +interleaved = true + +[[reasoning_options]] +type = "effort" +values = ["minimal", "low", "medium", "high", "xhigh"] + +[cost] +input = 0.1 +output = 0.2 From aa85ffaf780954140839e8f23729faaa28480959 Mon Sep 17 00:00:00 2001 From: 4ebuRushka Date: Fri, 11 Sep 2026 15:18:10 +0700 Subject: [PATCH 2/3] fix(models): drop parallel lab identity for Muse Spark 1.3 Contributor --- models/meta/muse-spark-1.3-contributor.toml | 24 --------------------- 1 file changed, 24 deletions(-) delete mode 100644 models/meta/muse-spark-1.3-contributor.toml diff --git a/models/meta/muse-spark-1.3-contributor.toml b/models/meta/muse-spark-1.3-contributor.toml deleted file mode 100644 index abc0b6d0b18..00000000000 --- a/models/meta/muse-spark-1.3-contributor.toml +++ /dev/null @@ -1,24 +0,0 @@ -# Sources: -# https://research.meta.ai/blog/introducing-muse-spark-1-3 -# https://openrouter.ai/meta/muse-spark-1.3-contributor -# https://cloudprice.net/models/meta-muse-spark-1-3-contributor (snapshot 2026-09-07) - -name = "Muse Spark 1.3 Contributor" -description = "Contributor tier of Muse Spark 1.3, Meta's multimodal reasoning model for long-running agentic, multi-agent, and coding workflows. Offered at a reduced rate in exchange for allowing Meta to use request data to improve its products." -family = "muse" -release_date = "2026-09-02" -last_updated = "2026-09-02" -attachment = true -reasoning = true -temperature = true -tool_call = true -structured_output = true -open_weights = false - -[limit] -context = 1_048_576 -output = 943_718 - -[modalities] -input = ["text", "image", "video", "pdf", "audio"] -output = ["text"] From 1cf8293023e623a217890b5e20c608ff0a14160a Mon Sep 17 00:00:00 2001 From: 4ebuRushka Date: Fri, 11 Sep 2026 15:18:56 +0700 Subject: [PATCH 3/3] fix(bothub): point Contributor tier at meta/muse-spark-1.3 base model --- providers/bothub/models/muse-spark-1.3-contributor.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/providers/bothub/models/muse-spark-1.3-contributor.toml b/providers/bothub/models/muse-spark-1.3-contributor.toml index aaa991b15a5..8875137a496 100644 --- a/providers/bothub/models/muse-spark-1.3-contributor.toml +++ b/providers/bothub/models/muse-spark-1.3-contributor.toml @@ -6,7 +6,10 @@ # (Meta holds max back pending safety testing: # https://research.meta.ai/blog/introducing-muse-spark-1-3). # Wire: reasoning in message.reasoning, mirrored in reasoning_details (encrypted). -base_model = "meta/muse-spark-1.3-contributor" +# Output override: live test 2026-09-11 accepted >131k completion tokens on +# bothub (lab file's 131_072 is stale); 943 718 per OpenRouter/llm-stats. +base_model = "meta/muse-spark-1.3" +name = "Muse Spark 1.3 Contributor" interleaved = true @@ -17,3 +20,6 @@ values = ["minimal", "low", "medium", "high", "xhigh"] [cost] input = 0.1 output = 0.2 + +[limit] +output = 943_718