Runway SDK - Open Source LLM Observability and Monitoring
Project description
Runway SDK
Open Source LLM Observability Platform
Installation
pip install runway-sdk
Usage
from runway import RunwayApp
from runway.sdks import RunwayOpenAI
from os import getenv
app = RunwayApp(api_key="<NotImportantForNow>", title="My App", log_to="console")
client = RunwayOpenAI()
@app.serve(route="/")
def get_4o():
response = client.chat.completions.create(
model="gpt-4o-mini",
messages=[{"role": "user", "content": "Hello, how are you?"}]
)
return response.choices[0].message.content
app.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
runway_sdk-0.1.2.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file runway_sdk-0.1.2.tar.gz.
File metadata
- Download URL: runway_sdk-0.1.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3f7415d30d08633a34805b0f74fb491d3ee6157377b3fe1ed423f17a2e8f76b
|
|
| MD5 |
c453743cc3b921c13078476f69528e8c
|
|
| BLAKE2b-256 |
48040029e3698d3335bb82e28facb3c9ee0ebb550eb8c7b2bb2fe0c0a74d8e0a
|
File details
Details for the file runway_sdk-0.1.2-py3-none-any.whl.
File metadata
- Download URL: runway_sdk-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
026278fa7d2efa8e7d1d284cf17ecdf167880fa46f7a9a968d6a16ee2ab44362
|
|
| MD5 |
b2c3ab06ecef730ceef816c7f65914fe
|
|
| BLAKE2b-256 |
f694e4462d3641bb12075273cea14510cbc23bc747465d06e73cb6800a60870c
|