fix: complete MiniMax image provider contracts

This commit is contained in:
calesthio
2026-08-13 09:02:22 -07:00
parent 9c2850f02e
commit b1aefb364a
4 changed files with 120 additions and 1 deletions

View File

@@ -8,6 +8,13 @@ FAL_KEY=
# Alias for FAL_KEY (some SDKs/docs use this name); either one is read.
FAL_AI_API_KEY=
# --- MiniMax official direct API ---
# First-party image generation (image-01 / image-01-live).
# Get one at https://platform.minimax.io/user-center/basic-information/interface-key
MINIMAX_API_KEY=
# Optional: global (default) or cn.
MINIMAX_REGION=global
# --- Replicate ---
# Replicate-hosted video gen (seedance_replicate). Needed to make the
# Replicate-backed Seedance path selectable alongside the fal.ai one.