Ship AI Faster

with managed, cloud-hosted AI packages

# Import Steamship from steamship import Steamship # Load a user-contributed package api = Steamship.use('keyword-generator') # Add AI to your app with a single line keywords = api.invoke('generate', text=MY_ARTICLE)

Build with GPT-4 today

Full, built-in support for GPT-4. No API tokens necessary.

Steamship is a Managed Backend for AI services

Build with our low code framework.

Integrations with all major models are built-in.

Deploy for an instant API.

Scale and share without managing infrastructure.

Just launched!

Build Prompt APIs in Seconds

Turn a prompts, prompt-chains, and basic Python into a managed API.

Mix and match models

Steamship connects to your favorite models and services, so that you don't have to learn a new API for every provider.

Transistor
Transistor
Transistor
Transistor
Transistor
Transistor
Transistor
Transistor
Transistor

Combine and query results

Steamship persists model output in a standardized format

  1. Import, transcribe, or generate text.
  2. Run all the models you want on it.
  3. Query across the results with ShipQL.
from steamship import File, Steamship ship = Steamship() matching_files = File.query(' type "entity" AND name "Elon Musk" AND samefile { type "sentiment" AND name "NEGATIVE" } ')