ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.606.2

This commit is contained in:
speakeasybot
2025-08-22 16:00:18 +00:00
parent 2da946464f
commit 3f23f3c38a
12 changed files with 866 additions and 219 deletions
+3 -4
View File
@@ -20,7 +20,6 @@ For more information about the API: [OpenRouter Documentation](https://openroute
<!-- Start Table of Contents [toc] -->
## Table of Contents
<!-- $toc-max-depth=2 -->
* [open-router](#open-router)
* [SDK Installation](#sdk-installation)
* [IDE Support](#ide-support)
* [SDK Example Usage](#sdk-example-usage)
@@ -58,7 +57,7 @@ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
```bash
uv add git+<UNSET>.git
uv add git+https://github.com/speakeasy-sdks/openrouter-python-sdk.git
```
### PIP
@@ -66,7 +65,7 @@ uv add git+<UNSET>.git
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
```bash
pip install git+<UNSET>.git
pip install git+https://github.com/speakeasy-sdks/openrouter-python-sdk.git
```
### Poetry
@@ -74,7 +73,7 @@ pip install git+<UNSET>.git
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
```bash
poetry add git+<UNSET>.git
poetry add git+https://github.com/speakeasy-sdks/openrouter-python-sdk.git
```
### Shell and script usage with `uv`