-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: add deAPI provider #1855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
adampachowicz
wants to merge
4
commits into
anomalyco:dev
Choose a base branch
from
deapi-ai:add-deapi-provider
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: add deAPI provider #1855
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
1a6c78b
feat: add deAPI provider
adampachowicz be791d2
fix: address review — FLUX.2 Klein dates, field ordering, knowledge f…
adampachowicz f9bcc02
fix: align filenames with deAPI API slugs + add z-image family
adampachowicz a579768
fix: replace logo.svg with official deAPI chip glyph
adampachowicz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 newproviders/deapi/logo.svgis the official deAPI chip glyph from our brand system: a pixel-art frame with a center slash, incurrentColoronly (amber#FFBA00is 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:
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.