Skip to main content
Add AI features to your app with a single prompt. Rocket supports four AI providers. Each has different strengths. This page helps you pick the right one.

Quick answer

  • General-purpose chat and content generation - Use OpenAI (GPT models).
  • Careful, nuanced analysis and long-form writing - Use Anthropic (Claude models).
  • Multimodal tasks (images + text + video) - Use Gemini.
  • Factual search with cited sources - Use Perplexity.
Rocket accepts any API key from these providers and defaults to the latest model for your task. You do not need to pick a specific model version.

Comparison table

Scroll right to see all four providers →
FeatureOpenAIAnthropicGeminiPerplexity
Best forGeneral-purpose AINuanced analysis, long-form contentMultimodal (text + images + video)Factual search with citations
Default modelLatest GPT (auto-selected)Latest Claude (auto-selected)Latest Gemini (auto-selected)Sonar (auto-selected)
Chat and conversationalExcellentExcellentExcellentGood (search-focused)
Content generationExcellentExcellent (especially long-form)GoodLimited
Code generationExcellentExcellentGoodLimited
Image understandingYesYesExcellent (native multimodal)No
Web search and citationsNoNoLimitedExcellent
PricingPer tokenPer tokenPer tokenPer query
Connection methodAPI keyAPI keyAPI keyAPI key

Detailed recommendations

I want a general-purpose AI chatbot or assistant

Use OpenAI. GPT models are the most versatile option. They handle chat, content generation, code writing, summarization, and classification well. OpenAI has the largest ecosystem and the most community examples.
Add an AI chat assistant to my app using OpenAI. Include a message history,
streaming responses, and a text input with a send button.

I need careful, nuanced content or analysis of long documents

Use Anthropic. Claude excels at tasks that require careful reasoning, following complex instructions, and producing nuanced, well-structured long-form content. It handles very large context windows, making it ideal for analyzing long documents.
Build a document analysis tool using Anthropic Claude. Users upload a PDF,
and the app generates a structured summary with key findings and recommendations.

I need to analyze images, videos, or mixed media

Use Gemini. Gemini is natively multimodal, meaning it understands text, images, and video in a single model. It also supports very large context windows for processing long documents or transcripts.
Build an image description tool using Gemini. Users upload a photo
and the app generates an alt text description, color palette, and mood analysis.

I need factual answers with cited sources from the web

Use Perplexity. Perplexity is an AI-powered search engine that returns answers with inline citations. It is the best choice when accuracy and source verification matter more than creative generation.
Build a research assistant using Perplexity. Users type a question
and the app returns a summarized answer with numbered source citations.

I want to use multiple AI models in the same app

Connect multiple integrations. You can connect OpenAI, Anthropic, Gemini, and Perplexity to the same project. Use different models for different features based on their strengths.
Build a writing assistant that uses OpenAI for drafting, Anthropic for editing
and fact-checking, and Perplexity for research with citations.

Browse AI integrations