Skip to content

Models Catalog

Complete reference of all AI models available through the FOTOhub API. The platform provides access to 90+ models from 12+ providers covering image generation, video creation, chat/LLM (42 models), music, audio, document intelligence, and visual analysis.

List Models

Retrieve the full catalog of available models or filter by category.

Endpoint

GET /v1/models

Query Parameters

ParameterTypeDescription
categorystringFilter by category: image, video, 3d, chat, audio, analysis
statusstringFilter by status: active, deprecated, beta
providerstringFilter by provider: anthropic, openai, google, microsoft, deepseek, qwen, mistral, nvidia, moonshot, amazon, minimax, zai, xai, byteplus, bfl, kling

Response Format

json
{
  "models": [
    {
      "id": "imagen-4-standard",
      "name": "Imagen 4 Standard",
      "provider": "google",
      "category": "image",
      "status": "active",
      "pricing": {
        "price_pln": 0.45,
        "credits": 3,
        "unit": "per image",
        "billing_type": "fixed"
      },
      "capabilities": {
        "max_resolution": "2048x2048",
        "supports_negative_prompt": true,
        "supports_img2img": false
      },
      "created_at": "2025-03-15T00:00:00Z"
    }
  ],
  "total": 57,
  "category_counts": {
    "image": 25,
    "video": 7,
    "3d": 5,
    "chat": 15,
    "audio": 6,
    "analysis": 4
  }
}

Code Example

bash
# List all active models
curl -X GET "https://apis.fotohub.app/v1/models?status=active" \
  -H "Authorization: Bearer fh_live_your_api_key"

# List only image generation models
curl -X GET "https://apis.fotohub.app/v1/models?category=image" \
  -H "Authorization: Bearer fh_live_your_api_key"

# Filter by provider
curl -X GET "https://apis.fotohub.app/v1/models?provider=google" \
  -H "Authorization: Bearer fh_live_your_api_key"
javascript
const response = await fetch('https://apis.fotohub.app/v1/models?category=image', {
  headers: {
    'Authorization': 'Bearer fh_live_your_api_key'
  }
});

const { models } = await response.json();

// Find cheapest model
const cheapest = models.sort((a, b) => a.pricing.price_pln - b.pricing.price_pln)[0];
console.log(`Cheapest: ${cheapest.name} at ${cheapest.pricing.price_pln} PLN`);

Pricing Notes

All pricing is shown in PLN (Polish Zloty). Credits are deducted from your monthly plan allowance; wallet charges apply when credits are exhausted.

  • Prices marked with * are token-based estimates for a standard 1024x1024 generation (~4096 tokens). Actual cost depends on output resolution.
  • All other prices are fixed per operation.
  • Chat models use blended token pricing (input + output averaged). See Billing for exact input/output rates.

Image Generation Models

27 models from 8 providers. Models are sorted by price within each provider group.

Google — Imagen

Model IDNamePrice (PLN)CreditsUnitStatus
imagen-3-fastImagen 3 Fast0.121per image, 512pxactive
imagen-3-standardImagen 3 Standard0.242per image, 1Kactive
imagen-4-fastImagen 4 Fast0.182per image, 1Kactive
imagen-4-standardImagen 4 Standard0.453per image, 1K-2Kactive
imagen-4-ultraImagen 4 Ultra0.905per image, 4Kactive

Recommended: imagen-4-standard -- Best balance of quality and cost for general-purpose photorealistic generation at up to 2K resolution.

OpenAI — DALL-E and GPT Image

Model IDNamePrice (PLN)CreditsUnitStatus
dall-e-3DALL-E 30.242per image, 1Kactive
dall-e-3-hdDALL-E 3 HD0.484per image, 2Kactive
gpt-image-1GPT Image 10.604per image, 1K-2Kactive
gpt-image-2GPT Image 21.6010per image, 1Kactive

Use case: Strong text rendering in images, creative illustrations, premium photorealism. GPT Image 2 is the highest-fidelity OpenAI model.

Microsoft MAI

Model IDNamePrice (PLN)CreditsUnitStatus
mai-image-2.5MAI-Image 2.50.603per imageactive
mai-image-2.5-flashMAI-Image 2.5 Flash0.201per imageactive

Use case: High-quality generation with automatic prompt rewriting. Flash variant is budget-friendly and fast. Max resolution ~1024x1024.

BytePlus — SeedDream (Token-based)

Model IDNamePrice (PLN)CreditsUnitStatus
seedream-4-0-250828SeedDream 4.00.049*2~price at 1024x1024active
seedream-5-0-260128SeedDream 5.0 Lite0.049*2~price at 1024x1024active
seedream-4-5-251128SeedDream 4.50.061*3~price at 1024x1024active
seededit-3-0-i2i-250628SeedEdit 3.00.061*3image-to-imageactive
dola-seedream-5-0-pro-260628SeedDream 5.0 Pro0.086*3~price at 1024x1024active

Recommended: dola-seedream-5-0-pro-260628 -- Highest detail and prompt adherence among budget models. Supports up to 4K output.

Note: SeedDream models use token-based billing. The price scales with output resolution. Prices shown are estimates for standard 1024x1024 generation.

xAI — Grok Imagine (Image)

Model IDNamePrice (PLN)CreditsCapabilitiesStatus
grok-imagine-imageGrok Imagine0.121T2I + single-image edit, 1K, 7 aspect ratios, up to 10 images/reqactive
grok-imagine-image-qualityGrok Imagine Quality0.363T2I + multi-image combine (3 refs) + virtual try-on, 2Kactive

Use cases: Product photography, e-commerce listings, virtual try-on, multi-image combine, social media content.

xAI — Grok Imagine (Video)

Model IDNamePricingModesMax ResStatus
grok-imagine-videoGrok Video$0.05/s (480p), $0.07/s (720p)T2V, I2V, edit, extend, reference-to-video, virtual try-on720pactive
grok-imagine-video-1.5Grok Video 1.5$0.08/s (480p), $0.14/s (720p), $0.25/s (1080p)I2V, edit, extend, lip sync1080pactive

Use cases: Promotional videos, UGC with lip sync, virtual try-on video, video editing, extension, character animation.

BFL — FLUX (via Azure AI)

4 active FLUX models, routed through Azure AI infrastructure. Max resolution: 1440px per side.

Model IDNamePrice (PLN)CreditsUnitStatus
flux-1.1-proFLUX 1.1 Pro0.242per image, up to 1440pxactive
flux-kontext-proFLUX Kontext Pro0.242per image, context-aware editingactive
flux-2-proFLUX.2 Pro0.242per image, up to 1440pxactive
flux-2-flexFLUX.2 Flex0.242per image, steps/guidance controlactive

Use case: flux-kontext-pro for context-aware editing and style transfer. flux-2-flex for fine-grained control with custom steps/guidance. All FLUX models support up to 1440×1440px output.

Note: Models previously available (Klein, Ultra, Raw, Max, Fill) have been discontinued.

MiniMax

Model IDNamePrice (PLN)CreditsUnitStatus
minimax-image-01MiniMax Image0.0211per image, 1Kunavailable

Status: Temporarily unavailable due to API issues.

Kling — Image

Model IDNamePrice (PLN)CreditsUnitStatus
kling-v2-1Kling v2.10.242per image, 1Kunavailable
kling-v3Kling v30.605per image, 1Kunavailable
kling-v3-omniKling v3 Omni0.908per image, 2Kunavailable

Status: Temporarily unavailable — provider account balance depleted. Models will return when balance is restored.


Video Generation Models

7 models for text-to-video and image-to-video generation. Base cost is per 5-second segment, multiplied by max(1, duration ÷ 5) for longer videos.

Model IDNameBase Credits (5s)Max DurationStatus
wanWAN830sactive
hailuoHailuo (MiniMax)830sactive
veo-2Veo 2 (Google)1030sactive
klingKling Video1030sactive
seedanceSeedance 2.0 (BytePlus)1030sactive
sora-2Sora 2 (OpenAI)1260sactive
veo-3Veo 3 (Google)1560sactive

Recommended: veo-3 — Highest quality, cinematic output with natural motion and audio generation.

Budget pick: wan / hailuo — Lowest cost per clip with good quality for social media content.

Best value: seedance — Excellent motion quality at competitive pricing from BytePlus.


Chat and LLM Models

35+ models from 12 providers. Two chat endpoints with different billing models:

  • Credit-based (/v1/ai/chat/completions) — flat credit cost per request, OpenAI-compatible
  • Token-based (/v1/ai/chat/bedrock) — exact per-token billing via AWS Bedrock

All models accessible through the same unified /v1/ai/chat/completions endpoint.

By Provider

ProviderModelsBest ForPrice Range
AnthropicClaude Opus 4.6, Sonnet 4.6, Haiku 4.5Quality writing, analysis, code$1-15/1M in
OpenAIGPT-5.4, GPT-5.4 Pro, GPT-5.1, GPT-OSS 120BCreative, reasoning, general$0.20-10.00/1M
DeepSeekV4 Pro, V4 Flash, V3.2, R1Reasoning, code, budget$0.28-1.10/1M
Qwen3 Max, Next 80B, VL 235B, Coder, Plus, FlashMultilingual, code, vision, MoE$0.12-4.80/1M
xAIGrok 4, 4.1Reasoning, real-time knowledge, 2M ctx$3-5/1M
MistralLarge 3, Devstral 2, Magistral Small, Pixtral LargeCode, reasoning, vision, European$0.20-6.00/1M
NVIDIANemotron 120B, Nemotron Nano 12BMoE, fast, cheap, vision$0.04-0.19/1M
MoonshotKimi K2.5, K2 Thinking1M context, deep reasoning$0.20-0.60/1M
AmazonNova Pro, Lite, Micro, 2 LiteBudget, fast, vision$0.035-0.80/1M
MiniMaxM2.5Reasoning, creative$1.00/1M
Z.AIGLM 5, GLM 4.7Budget, multilingual$0.08-0.40/1M
GoogleGemini Flash, Pro, 3.0, 3.1 ProFast, long context, multimodal$0.01-0.15/1M

By Use Case

Use CaseRecommended ModelsCredits
Budget / Free tierfotohub-ai, deepseek-v3.2, glm-4.7, gpt-oss-120b, nova-micro, nemotron-nano-12b0.01-0.5
Best qualityclaude-opus-4-6, gpt-5.4-pro, gpt-5.4, grok-4-1-fast-reasoning3-10
Best balanceclaude-sonnet-4-6, qwen3-next-80b, nemotron-120b1-2
Code specialistdevstral-2, qwen3-coder, fotohub-coder1-1.5
Deep reasoningkimi-k2-thinking, magistral-small, deepseek-r11-2
Long context (1M+)kimi-k2.5, kimi-k2-thinking, grok-4-fast-reasoning1-3

Default: fotohub-ai (0.01 credits, ultra-cheap)

Billing

Credit-based charges a flat fee per request (predictable). Token-based (Bedrock) charges exact per-token rates (pay only for what you use). See Chat/LLM API Reference for full pricing tables.


Music and Audio Models

Music Generation

Model IDNameCreditsDurationStatus
ida-musicIDA Music2–4up to 5 minactive
minimaxMiniMax Music5/10/2530s/60s/120sactive
ida-cloudIDA Cloud Music5/10/2530s/60s/120sactive

IDA Music — FOTOhub's proprietary music model. Supports lyrics, instrumental, 30+ genres, quality presets. 2 credits (standard) / 4 credits (high quality).

MiniMax / IDA Cloud — Cloud music generation. Tiered pricing by duration: 5cr (≤30s), 10cr (≤60s), 25cr (>60s).

Sound Effects (SFX)

Model IDCreditsDurationStatus
sfx3up to 30sactive

Text-to-SFX generation via /v1/ai/generate/sfx. Uses prompt field for description.

Text-to-Speech (TTS)

ProviderCreditsFeatures
AWS Polly1 per 10K chars106 voices, 41 languages, neural + generative engines
Google TTS130+ languages, neural voices
IDA Voice Pro2Voice cloning, emotion control, 29 languages

AWS Polly — cheapest TTS option. 106 voices (neural + generative), 41 languages including Polish. See Music & Audio → Polly.

Speech-to-Text (STT)

ModelCreditsFeatures
Voxtral Small 24B2LLM-quality transcription, context understanding
Voxtral Mini 3B1Fast budget transcription
Whisper Large v3199+ languages, auto-detection, timestamps

Voxtral — Mistral's speech-to-text LLM. Better context understanding than traditional ASR. See Music & Audio → Voxtral.

Use case: Transcription, subtitles, meeting notes, dubbing pipelines.


Analysis & Document Models

Image analysis, captioning, OCR, document intelligence, and visual Q&A.

Model IDNamePrice (PLN)CreditsUnitStatus
gemini-2.5-flash-visionGemini 2.5 Flash Vision0.0031per image analyzedactive
gemini-2.5-pro-visionGemini 2.5 Pro Vision0.0081per image analyzedactive
gpt-4o-visionGPT-4o Vision0.0121per image analyzedactive
claude-sonnet-4-visionClaude Sonnet 4 Vision0.0151per image analyzedactive

Recommended: gemini-2.5-pro-vision -- Best accuracy-to-cost ratio for image understanding, OCR, and detailed captioning.

Budget pick: gemini-2.5-flash-vision -- Fastest and cheapest, suitable for bulk analysis and classification tasks.

Document Intelligence (Textract)

OperationCreditsUse Case
detect-text (OCR)1Simple text extraction from images/documents
analyze (Tables+Forms)3Table/form structured extraction
analyze-expense (Invoices)5Invoice/receipt data extraction

See Document Intelligence for full API reference.


3D Generation Models

5 models for converting images or text to 3D assets. See 3D Generation for full API reference.

Model IDNameCreditsSpeedModesQuality
triposrFH Lite 3D5~3simage-to-3d★★★
sf3dFH Fast 3D5<1simage-to-3d★★★★
shap-eFH Text 3D10~15stext-to-3d★★
trellisFH HD 3D15~15simage-to-3d★★★★★
hunyuan3dFH Pro 3D25~30sboth★★★★★

Recommended: triposr — Best speed-to-quality ratio for product photography and e-commerce use cases.

Premium pick: hunyuan3d — Highest quality with PBR textures, supports both image and text input. Ideal for production 3D assets.

Output formats: GLB (web/AR), OBJ (editing), STL (3D printing), USDZ (Apple AR).


Storage and Compute Resources

Resources included with plans. Overage charged from wallet.

ResourceIncludedOverage RateNotes
File Storage10 GB0.10 PLN/GB/monthImages, videos, audio files
Bandwidth50 GB0.05 PLN/GBDownload transfers
Agent Compute100 minutes0.30 PLN/minuteFirecracker microVMs
Batch Processing1,000 jobs0.01 PLN/jobAsync job queue

Model Selection Guide

Choosing the right model depends on your priorities: quality, speed, cost, or resolution.

Best for Quality

  • imagen-4-ultra -- 4K photorealistic, highest fidelity from Google
  • dola-seedream-5-0-pro-260628 -- Highest detail and prompt adherence
  • kling-v3-omni -- Versatile multi-style with exceptional coherence

Best for Speed

  • flux-2-klein-4b -- Sub-second inference, ideal for real-time apps
  • imagen-3-fast -- Optimized pipeline, fast with good quality
  • imagen-4-fast -- Latest generation, fast variant

Best Value (Cost)

  • minimax-image-01 -- 0.021 PLN per image, cheapest on platform
  • seedream-4-0-250828 -- Excellent quality-to-price ratio at 0.049 PLN
  • seedream-5-0-260128 -- Latest generation at budget pricing

Best for 4K Output

  • imagen-4-ultra -- Native 4K generation
  • flux-1.1-pro-ultra -- 4K with fine detail preservation
  • flux-2-max -- 4K output, latest FLUX architecture
  • All SeedDream models -- Support up to 4K resolution

Model Status

Each model has one of the following statuses:

StatusDescription
activeFully operational, recommended for production use
betaAvailable but may have changes to pricing or behavior
deprecatedStill functional but scheduled for removal. Migrate to replacement
maintenanceTemporarily unavailable for updates

Check model availability programmatically:

bash
# Get only active models
curl -X GET "https://apis.fotohub.app/v1/models?status=active" \
  -H "Authorization: Bearer fh_live_your_api_key"

Try Before You Commit

Use the FOTOhub Playground at fotohub.app/playground to compare models side-by-side with the same prompt before choosing one for production use. Sandbox API keys (fh_test_) can be used for testing without incurring charges.