docs: add Smallest AI text-to-speech toolkit - #746
Merged
kausmeows merged 2 commits intoJul 30, 2026
Conversation
Documents SmallestTools (agno.tools.smallest), covering setup, basic and Pro-voice examples, the full toolkit params/functions reference, and the supported Lightning models. Registers the page in docs.json under tools/toolkits/others (also fixes an out-of-order shopify/spotify nav entry while touching that block).
Replace the raw language-count column with links to the corresponding Smallest AI model cards, matching the pattern used on their own docs site. Points at the current /models/model-cards/... URL scheme.
kausmeows
approved these changes
Jul 28, 2026
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
SmallestToolstoolkit (agno.tools.smallest, introduced in feat: add Smallest AI text-to-speech toolkit agno#9015), following the existingothers/TTS-toolkit template (seeeleven-labs.mdx,cartesia.mdx).docs.jsonundertools/toolkits/others(alphabetically betweenshopifyandspotify; also fixes those two entries being out of order while touching that block).Type of change
Additional context
Mirrors the toolkit's actual current behavior, including two recent additions: the configurable
base_urlparam and thetext_to_speechcontent-type safety check (non-audio 200 responses are now surfaced as errors instead of being saved as corrupt audio).