Skip to content

dectdan/synapse-models-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

synapse-models-db

The model metadata database shipped with SynapseBridge — a WinUI 3 desktop AI workbench from Gain Publications.

What this is

models_db.json is a JSON array (currently 936 entries) describing the LLM models SynapseBridge knows about: capabilities, context windows, max output tokens, vision support, tool support, pricing hints, and a stable canonical name per model.

What this isn't

This repo is NOT a user-facing override mechanism. Starting with SynapseBridge v1.0, the program does not automatically pull from this repo on launch. Major catalog updates ship through Microsoft Store program updates instead.

If you're a SynapseBridge user looking to manually update your local model database:

  1. Manual replacement is not recommended — your changes will be overwritten by the next program update.
  2. You can drop a JSON file at %LOCALAPPDATA%\Packages\GainPublishing.SynapseBridge_<hash>\LocalCache\Roaming\SynapseBridge\models_db.json if you really want to override locally, but it's at your own risk.
  3. The shipped MSIX includes the canonical bundled copy under Assets\models_db.json — that's the source of truth for any given SynapseBridge version.

What this repo is for

  • Source-of-truth tracking for the bundled JSON across releases
  • A reference for anyone building tooling that consumes the same model metadata
  • A historical record of how the catalog has evolved

Contributing

This isn't an open-contribution repo right now. The bundled JSON ships with SynapseBridge and is curated alongside program releases. If you spot an error or want a model added, open an issue and it'll be considered for the next release.

License

See LICENSE for terms. The JSON itself is metadata about third-party models; SynapseBridge and Gain Publications make no warranty about its accuracy.


SynapseBridge: Microsoft Store — Gain Publications

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors