[Doubleword] Add doubleword.ai as a provider and initial text/code models#2691
Open
jaedmunt wants to merge 1 commit into
Open
[Doubleword] Add doubleword.ai as a provider and initial text/code models#2691jaedmunt wants to merge 1 commit into
jaedmunt wants to merge 1 commit into
Conversation
Add the Doubleword provider (OpenAI-compatible, https://api.doubleword.ai/v1) and 15 public text/code chat models. Models with existing canonical metadata use base_model inheritance; the rest are defined inline. Realtime pricing is the default cost, with async/batch tiers recorded as experimental modes.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds the Doubleword (https://doubleword.ai) provider (OpenAI-compatible, https://api.doubleword.ai/v1) .
It also adds an initial 15 public models:
zai-org/GLM-5.2-FP8
zai-org/GLM-5.1-FP8
deepseek-ai/DeepSeek-V4-Pro
deepseek-ai/DeepSeek-V4-Flash
moonshotai/Kimi-K2.6
Qwen/Qwen3.6-35B-A3B-FP8
Qwen/Qwen3.5-397B-A17B-FP8
Qwen/Qwen3.5-35B-A3B-FP8
Qwen/Qwen3.5-9B
Qwen/Qwen3-14B-FP8
nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4
nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4
google/gemma-4-31B-it
openai/gpt-oss-120b
openai/gpt-oss-20b
Models are configured with existing canonical metadata use base_model inheritance; the rest are defined inline. Realtime pricing is the default cost and we deliberately include async/batch tiers recorded as experimental modes.