Skip to content

Commit 919b256

Browse files
committed
first commit
0 parents  commit 919b256

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# wavespeed-python
2+
3+
WaveSpeedAI Python Client — Official Python SDK for WaveSpeedAI inference platform. This library provides a clean, unified, and high-performance API and serverless integration layer for your applications. Effortlessly connect to all WaveSpeedAI models and inference services with zero infrastructure overhead.
4+
5+
## Installation
6+
7+
```bash
8+
pip install wavespeed
9+
```
10+
11+
## Usage
12+
13+
```python
14+
import wavespeed
15+
16+
print(wavespeed.__version__)
17+
```

0 commit comments

Comments
 (0)