Skip to main content

Overview

Compile Labs provides access to leading AI models from top providers across multiple modalities. All models are accessible through our unified API.

Modalities

Browse models by modality:

Text Models

Language models for chat completions, understanding, and text generation

Image Models

Image generation models for creating images from text prompts

Listing All Models

Get a complete list of all available models via API:
# List all text models
curl "https://api.compilelabs.com/v1/models?type=text_to_text" \
  -H "Authorization: Bearer YOUR_API_KEY"

# List all image generation models
curl "https://api.compilelabs.com/v1/models?type=text_to_image" \
  -H "Authorization: Bearer YOUR_API_KEY"

Model Status

  • Active: Currently available for use
  • Pending: Under review / not yet available

Next Steps

Providers

Learn about our AI providers

Chat Completions

Start using models

Image Generation

Generate images

Examples

See code examples