Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions providers/together-ai/black-forest-labs/FLUX-3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
costs:
# Together AI publishes FLUX-3 pricing as $0.17 per video (up to 20 seconds).
# The schema has no per-video cost field, and per-second/resolution rates
# are not published; token costs are placeholders and do not reflect
# actual charges.
- input_cost_per_token: 0.0
output_cost_per_token: 0.0
region: "*"
Comment thread
cursor[bot] marked this conversation as resolved.
modalities:
input:
- text
- image
- video
output:
- video
- audio
- image
Comment thread
Archit-Kumar-16 marked this conversation as resolved.
mode: video
model: black-forest-labs/FLUX-3
provisioning: serverless

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing reasoning_effort param removal

Medium Severity

This video model omits removeParams for reasoning_effort, so it inherits the Together AI provider default chat parameter. Peer video and newer FLUX configs strip that param; without the override, callers may see or send an unsupported reasoning setting for video generation.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1be7601. Configure here.

sources:
- https://www.together.ai/models/flux-3
- https://bfl.ai/blog/flux-3
status: preview
supportedModes:
- video
Comment thread
cursor[bot] marked this conversation as resolved.
Loading