Releases: Suede-AI/suede-sdk-python
Releases · Suede-AI/suede-sdk-python
Release list
v0.3.1 — full 20-endpoint docs, per-request payment header fix
Fixed
X-PAYMENTheader is now scoped to the single retried request instead of being set on the sharedhttpx.Client's default headers — a spent payment authorization could otherwise leak into later unrelated calls on the same client instance.select_requirement()now hard-requiresscheme=="exact"on the canonical USDC-on-Base asset/network instead of merely preferring it in a sort key.rights_lookup()validatesasset_hashas a 64-character hex string before interpolating it into the request path.
Docs
- README and module docstring previously undersold the SDK ("3 paid resources"). All 20 client methods were verified live against
app.suedeai.aion 2026-07-07 — each returns a priced402challenge. Full breakdown now in the README, cross-linked to suede-x402-acp. rig_analyze,rig_oracle,rig_roastremain unconfirmed (did not return a valid 402 in the last verification pass) and are now called out as such instead of implied equally supported.
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.