Skip to content
Open
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
1 change: 1 addition & 0 deletions packages/core/src/family.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export const ModelFamilyValues = [
"stable-diffusion",
"ideogram",
"dreamshaper",
"z-image",

// Video generation
"sora",
Expand Down
3 changes: 3 additions & 0 deletions providers/deapi/logo.svg
Comment thread
adampachowicz marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions providers/deapi/models/Bge_M3_FP16.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "BGE M3 FP16"
family = "bge"
release_date = "2024-01-30"
last_updated = "2024-01-30"
attachment = false
reasoning = false
temperature = false
knowledge = "2024-01"
tool_call = false
open_weights = true

[cost]
input = 0.068
output = 0.00

[limit]
context = 8_192
output = 1_024

[modalities]
input = ["text"]
output = ["text"]
17 changes: 17 additions & 0 deletions providers/deapi/models/Flux1schnell.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "FLUX.1 Schnell"
family = "flux"
release_date = "2024-08-01"
last_updated = "2024-08-01"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = true

[limit]
context = 0
output = 0

[modalities]
input = ["text"]
output = ["image"]
17 changes: 17 additions & 0 deletions providers/deapi/models/Flux_2_Klein_4B_BF16.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "FLUX.2 Klein 4B BF16"
family = "flux"
release_date = "2026-01-14"
last_updated = "2026-01-14"
attachment = true
reasoning = false
temperature = false
tool_call = false
open_weights = true

[limit]
context = 0
output = 0

[modalities]
input = ["text", "image"]
output = ["image"]
17 changes: 17 additions & 0 deletions providers/deapi/models/ZAnimeDistill_8Step_INT8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "Z-Anime Distill 8-Step INT8"
family = "z-image"
release_date = "2025-12-28"
last_updated = "2025-12-28"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = true

[limit]
context = 0
output = 0

[modalities]
input = ["text"]
output = ["image"]
17 changes: 17 additions & 0 deletions providers/deapi/models/ZImageTurbo_INT8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "Z-Image Turbo INT8"
family = "z-image"
release_date = "2025-11-26"
last_updated = "2025-11-26"
attachment = false
reasoning = false
temperature = false
tool_call = false
open_weights = true

[limit]
context = 0
output = 0

[modalities]
input = ["text"]
output = ["image"]
5 changes: 5 additions & 0 deletions providers/deapi/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "deAPI"
npm = "@ai-sdk/openai-compatible"
api = "https://oai.deapi.ai/v1"
env = ["DEAPI_API_KEY"]
doc = "https://docs.deapi.ai"