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.

Models lists the generation models available to the selected account. Use it to find a model_identifier, compare cost parameters, and check which inference providers can run a model.

Access

Models is visible to every team role. The page has no write actions.

Table fields

ColumnDescription
Model identifierAPI value passed to client.generate() or /v1/generate/....
Typeimage or video.
AI labModel publisher.
InferenceInference providers that can serve the model.
PriceCredit price or price range for the model.
Cost parametersPricing mode, such as per output, per second, resolution, or audio.
RunsPlatform run count for the model.
YoursRun count for the selected account.

Search and fullscreen view

The search box filters by model identifier, AI lab, model type, cost parameter, and inference provider. The page displays 500 rows per page and includes a fullscreen view.

Schema and pricing source

The dashboard table is a catalog view. Use the public model references for the request fields and prices that your integration should treat as canonical:
ReferenceUse it for
Model schemaSupported fields, allowed values, and copyable examples.
Model pricingPer-model credit prices and pricing modes.
GET /v1/library/modelsProgrammatic model catalog access.
Use the exact model_identifier shown in the table when calling the API or SDK.