Fill gaps from assistant conversations: billing, vision, base URL - #504
Open
mintlify[bot] wants to merge 2 commits into
Open
mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
…age vision, base URL
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This branch was successfully deployed
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
Closes recurring documentation gaps surfaced by assistant conversations about subscription vs API billing, bundled credits, multi-image vision requests, and wrong base URLs, with all changes mirrored into the 8 configured locales.
Changes
overview/pricing.mdx: new "Subscriptions and the API" section stating API usage is always pay-per-use (no free tier), app subscriptions are billed separately, and subscription credits appear as bundled credits with the DIEM → bundled credits → USD spend order. Also adds the missingdescriptionfrontmatter (SEO pass).overview/vvv-diem.mdx: new "Bundled credits" subsection explaining what they are, that/billing/balancehas no numeric bundled-credits field, and thatconsumptionCurrency: BUNDLED_CREDITSplus the dashboard are the ways to check them.api-reference/endpoint/billing/balance.mdx: note on bundled-credit visibility in the balance response.guides/features/vision.mdx: "Send Multiple Images" section with a multi-imagecontentarray example andTOO_MANY_TOKENSguidance.api-reference/api-spec.mdx: warning that requests tohttps://venice.aiinstead ofhttps://api.venice.ai/api/v1fail with errors such as 405.ar,de,es,fr,it,ko,pt-BR, andzh, including translateddescriptionfrontmatter for each localized pricing page.Context
Assistant query buckets from the past week showed repeated confusion on these themes. Facts were verified against the OpenAPI spec and existing pages; no user-specific details are included. Best-practices pass applied inline: translations, SEO metadata audit (only defect: missing pricing descriptions), broken-links check (clean), and typo check (clean).