Create Stunning
Images with AI
Generate high-fidelity images in seconds. Build with our OpenAI-compatible API. Scale with reliable, privacy-first infrastructure.
0+
Active Creators
0+
Images Generated
0%
API Uptime
Built for scale.
Designed for builders.
Integrate our generation engine in minutes with the studiolm Python package. OpenAI-compatible endpoints, typed interfaces, zero friction.
# pip install studiolm
from studiolm import Client
client = Client(api_key="slm_...")
# Generate an image
response = client.images.create(
prompt="A macro shot of bioluminescent moss
on ancient stone, cinematic lighting",
model="imagen-v3",
size="1024x1024"
)
print(response.data[0].url)
# => https://imagen.studiolm.dev/gen/img_89xm2...
# Chat completions (OpenAI-compatible)
chat = client.chat.completions.create(
model="gemini-3-12b",
messages=[{"role": "user", "content": "Hello!"}]
)
print(chat.choices[0].message.content)
Generation Complete
img_89xm2...4s · 1024x1024
0.42s · imagen-v3
pip install studiolm
Inpainting Editor
Regenerate any region of an image without touching the rest. Just draw, prompt, and watch it transform.
Hover to preview editing
Shipping soon — select, prompt, transform.