Skip to content

AbstractVoice v0.10.10

Choose a tag to compare

@github-actions github-actions released this 20 May 17:45
· 9 commits to main since this release

Added

  • Made cloning a first-class model/capability discovery surface in the
    AbstractCore plugin via list_models(kind="cloning", ...),
    list_cloning_models(...), get_capability_support(...), and
    find_compatible_models(...), all backed by the central
    voice_model_capabilities.json matrix.

Changed

  • Updated the public plugin docs in README.md, docs/api.md, llms.txt,
    and llms-full.txt so TTS, STT, and cloning discovery/capability queries are
    documented from the same package-owned compatibility surface.