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:

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