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
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

this isnt right is it? If it's a copy of the openai logo then i assume this provider is a scam

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

You're 100% right to flag this — that file was not our logo, and I'm sorry it landed on the PR. It looks like our original asset was scraped/replaced incorrectly before we cut this PR.

Fixed in a579768 — pushed just now. The new providers/deapi/logo.svg is the official deAPI chip glyph from our brand system: a pixel-art frame with a center slash, in currentColor only (amber #FFBA00 is the in-product accent; here it's color-neutral so models.dev can theme it).

You can cross-reference the same path data here on our marketing site:

  • https://deapi.ai — logo in the header
  • Source: resources/v2/assets/logo.svg (chip-glyph subpath, first <path>)

deAPI is a real provider operated by GamerHash — same org as the @gamerhash GitHub. We're also opening a parallel registration PR at BerriAI/litellm#28787 with full company context. Happy to provide anything else you need to clear the scam concern — totally understand the flag, definitely not the impression we wanted to make.

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"