Add nebul provider v2 - #1
Merged
Merged
Conversation
…odule - 12 served chat models with live costs/limits and per-model reasoning controls; effort values only where the live catalog (https://api.inference.nebul.io/model/info) reasoning_efforts or Nebul docs establish accepted values, empty otherwise; no toggles or budgets (undocumented) - missing lab metadata for models/alibaba/qwen3-30b-a3b-instruct-2507 - hourly sync: endpoint-authoritative deletes with ratio safety, whole-catalog fail-closed parse guards, base_model alias autodiscovery - catalog scope is endpoint-driven: superseded entries follow model_info.superseded_by_model_name; specialized document-OCR models (name-scoped) and display_tags-flagged entries (Guard Model, Content Safety, Private, Internal) skip silently
wynandhuizinga
force-pushed
the
add-nebul-provider-v2
branch
from
September 15, 2026 11:22
1ea35e9 to
54b02ee
Compare
AlbertNegura
approved these changes
Sep 17, 2026
|
Some notes: please do verify the urls, the description mentions: |
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.
Add https://nebul.com as a provider with its in-scope chat models (12 today), plus an hourly sync module.
Supersedes anomalyco#6876 (rebased cleanly onto current dev; resolves its remaining review items). The Ministral 3 14B lab file landed upstream in the meantime, so the only new lab entry is Alibaba's Qwen3 30B A3B Instruct.
Closes anomalyco#6879.
Sources
GET https://api.inference.nebul.io/model/info"reasoning_efforts" is the per-model source of truth (GLM-5.3-Flash: low|high|max; GLM-5.3: empty list; Mistral Medium 3.5: low|medium|high|max)reasoning_effortparam, no toggle, no budget; traces in message.reasoningmodel_info.superseded_by_model_namein /model/info (GLM-5.1/5.2-FP8 → GLM-5.3; Qwen3-VL-235B-A22B-Thinking → Qwen3.5-397B-A17B)Catalog scope
display_tags(Guard Model / Content Safety / Private / Internal), and server-side-superseded entries all skip silently. No name lists beyond the OCR scope rule exist in the module.Reasoning controls policy
reasoning_options = []with a sourced comment; no toggles, no budgets.[]exactly; if nothing is advertised and nothing authored, new syncs fail closed with a missing-reasoning-controls error instead of inventing values.Sync deletion safety