docs(agent): document Spark 2, retire Spark 1 Pro and Mini - #1271
Open
rakshith48 wants to merge 1 commit into
Open
docs(agent): document Spark 2, retire Spark 1 Pro and Mini#1271rakshith48 wants to merge 1 commit into
rakshith48 wants to merge 1 commit into
Conversation
Agent runs on a single model now. Model Selection collapses to spark-2, the models page drops the two-model comparison, and every snippet, CLI flag, options table, and OpenAPI enum sends spark-2. Retired presets are noted as still accepted so existing integrations know they need no code change. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
What
Agent runs on a single model now, Spark 2.
spark-1-miniandspark-1-proare removed from the docs as selectable models.features/agent.mdx— Model Selection collapses to onespark-2row; the Mini/Pro tip, the per-model "use when" sections, and the two-model parameter description are gone.features/models.mdx— rewritten around Spark 2: one model, what improved versus Spark 1 (cheaper, faster, quality at least on par), pricing, and a note that the retired presets still run.agent/with-model/{python,js,curl}now show a singlespark-2call,agent/base/*sendsspark-2, and the CLI options snippet uses--model spark-2.advanced-scraping-guide.mdx,sdks/cli.mdx,developer-guides/usage-guides/choosing-the-data-extractor.mdx— model tables and inline comments updated.api-reference/v2-openapi.json— requestmodelenum is["spark-2"]withspark-2as the default. The responsemodelfield drops its enum, since archived runs still report the retired presets.Each page states that
spark-1-miniandspark-1-proare retired but still accepted, so existing integrations know they need no code change.Notes
ja/,zh/,pt-BR/,fr/,es/, and their snippets) are untouched per the repo guideline — translations land through locadex.Companion to firecrawl/firecrawl-web#3252, which makes the playground send
spark-2.🤖 Generated with Claude Code