Skip to main content
Inception provides official client libraries that wrap the REST API with typed methods, streaming helpers, and automatic retries. The API is also OpenAI-compatible, so existing OpenAI SDKs work by pointing them at https://api.inceptionlabs.ai/v1.

Install

Authentication

The client reads your key from the INCEPTION_API_KEY environment variable by default. You can also pass it explicitly when constructing the client.

Make your first request

See Chat Completions and Streaming & Diffusion for more usage examples.