feat(models): add Muse Spark 1.3 - #7416
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThe PR adds Muse Spark 1.3 to the Meta provider and makes it Meta’s recommended default model.
Confidence Score: 5/5The PR appears safe to merge with no actionable correctness, security, or maintainability issues identified. The new model follows the existing Meta routing and capability flow, remains correctly scoped to BYOK use, and the generated documentation matches the provider’s established stream-visibility behavior.
|
| Filename | Overview |
|---|---|
| apps/sim/providers/models.ts | Adds the Muse Spark 1.3 catalog entry and consistently promotes it to Meta’s default and recommended model without altering hosted-model availability. |
| apps/docs/content/docs/workflows/blocks/agent.mdx | Updates the generated streamed-thinking table consistently with Meta’s provider-level non-streamed classification. |
Reviews (1): Last reviewed commit: "feat(models): add Muse Spark 1.3" | Re-trigger Greptile
Collaborator
Author
|
@cubic-dev-ai review this PR |
Contributor
@waleedlatif1 I have started the AI code review. It will take a few minutes to complete. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
muse-spark-1.3to the Meta provider — $1.25/$0.15/$4.25 per 1M input/cached/output, 1,048,576-token context, reasoning effortminimal | low | medium | high | xhigh, released 2026-09-02defaultModelandrecommendedflagship;muse-spark-1.1stays available but drops therecommendedflagValues verified against Meta's Model API docs (models index, pricing/rate-limits, reasoning) and cross-checked with OpenRouter. Meta stays BYOK-only —
getHostedModels()doesn't expand the provider, so no hosted-billing change. No max output token cap is documented, somaxOutputTokensis omitted.Type of Change
Testing
bun run lintbun run type-checkbun run check:audits— 45/45 pass (incl.agent-stream-docs:check)vitest run providers/models.test.ts providers/utils.test.ts— 219 passChecklist