Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: WaveSpeedAI/wavespeed-python

Tags

v2.0.2

Toggle v2.0.2's commit message
Release v2.0.2

nightly

Toggle nightly's commit message
fix prediction terminal status handling

v2.0.1

Toggle v2.0.1's commit message
v2.0.1

PyPI project links now point at the product: Homepage is https://wavespeed.ai
(it was the GitHub repo), with Documentation and Changelog entries added.
Packaging metadata only — no code changes.

v2.0.0

Toggle v2.0.0's commit message
Release version 2.0.0

v1.0.14

Toggle v1.0.14's commit message
Add get_result as public API

llama-index-tools-wavespeed had to reach for the private _get_result to
recover a prediction by id after a local wait timed out. That is a real
use case — the task keeps running server-side — so expose it as
Client.get_result plus a module-level wavespeed.get_result.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01LJJXU9zyoDSBjApcUpteDt

v1.0.13

Toggle v1.0.13's commit message
Align Python SDK with sibling SDKs: run_no_throw, terminal statuses, …

…OS vocab

Cross-SDK audit fixes so all four WaveSpeed SDKs behave identically:

- Port run_no_throw from the JavaScript SDK: returns a structured
  {status, outputs, task_id, error} result instead of raising, and
  extracts the task_id from sync-timeout responses (code 5004) so the
  still-processing task can be queried later, mirroring runNoThrow.
  Exposed on Client and as module-level wavespeed.run_no_throw.
- Treat "cancelled" and "timeout" statuses as terminal failures in the
  wait loop (previously polled forever), surfacing the API's error text.
- Send "windows" instead of "win32" in X-Client-OS so all SDKs share
  the darwin/linux/windows vocabulary.
- Fix upload docstring in api/__init__.py: upload returns the URL str,
  not a dict.
- Document WAVESPEED_CLIENT_NAME in the README env-var table.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01LJJXU9zyoDSBjApcUpteDt

v1.0.12

Toggle v1.0.12's commit message
Release version 1.0.12

v1.0.11

Toggle v1.0.11's commit message
WaveSpeed Python SDK v1.0.11

v1.0.10

Toggle v1.0.10's commit message
Release v1.0.10