Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lyceum.technology/llms.txt

Use this file to discover all available pages before exploring further.

1. Create an account

Sign up at the Lyceum Cloud Dashboard. New accounts receive starter credits you can use immediately.

2. Pick how you want to access the platform

Install the CLI

The CLI is published as the lyceum binary. Install with pip:
pip install lyceum-cli

Log in

lyceum auth login
You’ll be prompted for your email and password. The command exchanges those for a JWT token stored locally.
For long-running scripts and CI, generate an API key instead — see API Keys.

Run your first job

Run a one-liner on the platform:
lyceum python run "print('Hello from Lyceum')"
Run a Python file with a specific machine type:
lyceum python run script.py --machine cpu

3. Where to next

Launch a run

Submit Python or Docker workloads to GPU machines.

Launch an instance

Provision a dedicated GPU VM with SSH access.

Deploy a model

Stand up a Hugging Face model behind an OpenAI-compatible endpoint.

Upload files

Use your per-user S3 bucket for inputs and outputs.
Need help? Email info@lyceum.technology.