Skip to main content

A Python SDK for interacting with the Lumino Labs API

Project description

Lumino SDK for Python

The Lumino SDK for Python provides a convenient way to interact with the Lumino API for managing large language model (LLM) fine-tuning processes and related resources.

Features

  • User management
  • API key management
  • Dataset operations
  • Fine-tuning job management
  • Model information retrieval
  • Usage tracking

Installation

You can install the Lumino SDK using pip:

pip install "git+ssh://git@github.com/luminolabs/lumino-sdk-python.git"

Quick Start

Here's a simple example of how to use the Lumino SDK. More examples under tests/e2e_test.py.

import asyncio
from lumino.sdk import LuminoSDK

async def main():
    async with LuminoSDK("your-api-key") as sdk:
        user = await sdk.user.get_current_user()

asyncio.run(main())

Support

If you encounter any problems or have any questions, please open an issue on the GitHub repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lumino-0.0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

lumino-0.0.1-py3-none-any.whl (1.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page