Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.babysea.ai/llms.txt

Use this file to discover all available pages before exploring further.

This changelog records customer-facing changes to the BabySea API, SDK, dashboard, models, and inference provider support. Subscribe to the status page for incident updates.

Idempotency, concurrency, alerts, and provider order

April 29, 2026
Generation requests now support the Idempotency-Key header. Reusing the same key with the same request body returns the original response for 24 hours and includes Idempotency-Replayed: true. The TypeScript SDK exposes this through client.generate() with options.idempotencyKey and sets idempotency_replayed on replayed responses. Accounts now have per-plan concurrency caps for in-flight image and video generations. Requests above the cap return BSE1009 with type concurrency_limit_exceeded. The low-balance alert default is now one $0.50 threshold, and existing custom thresholds remain unchanged. Multi-provider models now accept fastest for generation_provider_order, and fastest is the default when the field is omitted. Explicit provider orders such as replicate, fal still override the default. See Idempotency, Concurrency limits, and Low-balance alerts.

Error handling and dashboard improvements

April 28, 2026
Error classification is more consistent across inference providers. Rate limits, capacity errors, service pause states, and provider-specific failures now map to clearer BSE codes so failover and retry behavior are easier to reason about. Credit usage totals now remain accurate across account history. The dashboard also improves provider display names, usage chart layout, and plan budget totals.

Reliability and API consistency

April 27, 2026
Generation attempts now use consistent timeout behavior across inference providers. A slow or unavailable provider no longer blocks the full provider order from continuing. Cancellation and cleanup behavior is more reliable for concurrent requests. Content retrieval now enforces account ownership consistently, and protected health endpoints require API key authentication. Model integrations were updated for provider specification changes, including image editing support, input_fidelity, and schema consistency.

Execution analytics and observability

April 22, 2026
The dashboard now shows generation outcomes, request volume, credit movement, webhook delivery, latency, model usage, and provider usage for each account. Use Metrics, Logs, Credits, and Activity to review usage and operational history.

Alibaba Cloud

April 17, 2026
Alibaba Cloud is now available as an inference provider. You can select it with generation_provider_order when the chosen model supports it.

OpenAI and Runway, plus 6 new models

April 8, 2026
OpenAI and Runway are now available as inference providers. The update also added 6 model identifiers to the catalog. Models added:
  • openai/gpt-image-1.5
  • runway/gen4-aleph
  • runway/gen4-image
  • runway/gen4-image-turbo
  • runway/gen4-turbo
  • runway/gen4.5

Black Forest Labs and the FLUX 2 models

April 2, 2026
Black Forest Labs is now available as an inference provider, with support for the FLUX 2 model family. Models added:
  • bfl/flux-2-flex
  • bfl/flux-2-klein-9b
  • bfl/flux-2-max
  • bfl/flux-2-pro

Public launch

March 27, 2026
BabySea launched with one regional API for image and video generation, signed webhooks, credit billing, API request logs, a browser playground, and the TypeScript SDK. The launch catalog included 74 image and video models across BytePlus, Cloudflare, Fal, and Replicate. Browse the current catalog in Models.