docs(multi-image): three-tier model lineup for v0.2 post#5
Closed
random-walks wants to merge 1 commit into
Closed
Conversation
The v0.2 post should lead on three-tier coverage (v0.2 is the release that shipped Gemini + Mistral, bringing the total API surface to the seven-backend count). The previous multi-model image showed Qwen + Phi-3.5-mini + GPT-4o-mini — two locals + one API, which undersells the cross-tier story when the whole point of v0.2 is that the contract holds across enforcement mechanisms. New column lineup: - Qwen 2.5 0.5B — local · logit-mask (XGrammar) - GPT-4o-mini — API · schema-layer (strict JSON) - Claude Haiku 4.5 — API · provider-native (Citations) Each column is visually distinct (blue / orange / green) and reads as one representative per enforcement tier. Subtitle rewritten to name the tiers explicitly so a viewer catches the "three mechanisms, one contract" in one glance. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
Author
|
Folded into #3 — ships as part of the v0.2.0 release. Closing to consolidate the PR queue. |
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
Tiny polish ahead of a v0.2 announcement post. Swaps the middle column of
thread-multi.pngfrom Phi-3.5-mini (a second local model) to Claude Haiku 4.5 (provider-native via Anthropic's Citations API).Rationale: v0.2 is the release that took the backend count from five to seven. The announcement post's "it works across backends" tweet should lead on tier diversity, not on two local models that both use XGrammar. New lineup gets one model per enforcement tier:
Image subtitle rewritten to name the tiers explicitly: "one from each enforcement tier: logit-mask (local), schema-rejection (API), provider-native (Anthropic). same contract falls out of all three."
Invariant touched?
None. Pure image copy change.
Test plan
uv run python -m benchmarks.generate_coverrenders cleanly🤖 Generated with Claude Code