Releases: Suede-AI/suede-sdk-python
Releases · Suede-AI/suede-sdk-python
v0.3.0 — 22 endpoints, correct base URL, guitar rig tools
What's new
- 22 endpoints (up from 17 in the last PyPI release)
- Fixed base URL:
suedeai.ai→suedeai.xyz— all requests were failing against the wrong host - Fixed rig endpoint paths:
/v1/rig-analyze→/v1/rig/analyze(and oracle, roast) - Added 5 missing endpoints:
prompt_analyze,chain_chat,rig_analyze,rig_oracle,rig_roast - README polished: full 22-endpoint table, guitar rig and rights usage examples, no Alpha status note
Install / upgrade
pip install --upgrade suede-aiv0.2.0 — 22 endpoints
What's new
Add 5 new endpoints bringing the public surface to 22 methods:
prompt_analyze— extract genre, mood, instrumentation from a text prompt ($0.003)chain_chat— plain-language Q&A about on-chain rights/royalties for any asset ($0.02)rig_analyze— infer guitar signal chain (pedal order, drive, FX) from audio ($0.10)rig_oracle— recommend a full guitar rig for a target tone, genre, and budget ($0.10)rig_roast— roast a gear list ($0.05)
Also bumps User-Agent to suede-ai-python/0.2.0 and updates the package description.