StudioLM Documentation¶
StudioLM gives you access to powerful language and image generation models through an OpenAI-compatible API.
Get started¶
-
Python SDK
Install
studiolmand make your first call in 30 seconds. -
Quickstart
Get your API key and run a raw HTTP request.
-
Authentication
How to include your API key in every request.
-
Examples
Ready-to-run code in Python, JavaScript, and cURL.
Key capabilities¶
| Feature | Endpoint |
|---|---|
| Chat completions | POST /v1/chat/completions |
| Image generation | POST /v1/images/generations |
| Text completions | POST /v1/completions |
| List models | GET /v1/models |