Skip to content
Merged
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions providers/cloudflare-workers-ai/models/aura-1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# https://developers.cloudflare.com/workers-ai/models/aura-1/

name = "@cf/deepgram/aura-1"
attachment = false
reasoning = false
tool_call = false
temperature = false
open_weights = true
release_date = "2025-08-27"
last_updated = "2025-07-07"

[cost]
# per 1k characters
input = 0.015
output = 0.015

[limit]
context = 0
output = 0

[modalities]
input = ["text"]
output = ["audio"]
23 changes: 23 additions & 0 deletions providers/cloudflare-workers-ai/models/lucid-origin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# https://developers.cloudflare.com/workers-ai/models/lucid-origin/

name = "@cf/leonardo/lucid-origin"
attachment = false
reasoning = false
tool_call = false
temperature = false
open_weights = false
release_date = "2025-08-25"
last_updated = "2025-08-05"

[cost]
# 0.007 per 512x512 tile, 0.00013 per step
input = 0.007
output = 0.007

[limit]
context = 0
output = 0

[modalities]
input = ["text"]
output = ["image"]
22 changes: 22 additions & 0 deletions providers/cloudflare-workers-ai/models/nova-3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# https://developers.cloudflare.com/workers-ai/models/nova-3/

name = "@cf/deepgram/nova-3"
attachment = false
reasoning = false
tool_call = false
temperature = false
open_weights = true
release_date = "2025-06-05"
last_updated = "2025-07-08"

[cost]
input = 0.0052
output = 0.0052

[limit]
context = 0
output = 0

[modalities]
input = ["audio"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/cloudflare-workers-ai/models/phoenix-1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# https://developers.cloudflare.com/workers-ai/models/phoenix-1.0/

name = "@cf/leonardo/phoenix-1.0"
attachment = false
reasoning = false
tool_call = false
temperature = false
open_weights = false
release_date = "2025-08-25"
last_updated = "2025-08-25"

[cost]
# 0.0058 per 512x512 step, 0.00011 per step
input = 0.0058
output = 0.0058

[limit]
context = 0
output = 0

[modalities]
input = ["text"]
output = ["image"]