Add model metadata fields (top_provider, pricing, description,...
Add model metadata fields (top_provider, pricing, description, supported_parameters, architecture) and dashboard Get Models button - Update providers.py to extract all fields from provider API responses - Add max_input_tokens support for Claude provider context size - Add top_provider, pricing, description, supported_parameters, architecture fields - Update cache functions to save/load new metadata fields - Update handlers.py to expose new fields in model list response - Add Get Models button to dashboard
Showing
=0.5.0
0 → 100644
CLAUDE_OAUTH2_DEEP_DIVE.md
0 → 100644
CLAUDE_OAUTH2_SETUP.md
0 → 100644
aisbf/claude_auth.py
0 → 100644
| ... | @@ -22,4 +22,6 @@ protobuf>=3.20,<4 | ... | @@ -22,4 +22,6 @@ protobuf>=3.20,<4 |
| markdown | markdown | ||
| stem | stem | ||
| mysql-connector-python | mysql-connector-python | ||
| redis | redis | ||
| \ No newline at end of file | flask | ||
| curl_cffi>=0.5.0 # Optional: For TLS fingerprinting to bypass Cloudflare (Claude OAuth2) | |||
| \ No newline at end of file |
File added
static/extension/README.md
0 → 100644
static/extension/build.sh
0 → 100755
static/extension/content.js
0 → 100644
7.33 KB
483 Bytes
1.42 KB
static/extension/options.js
0 → 100644
static/extension/popup.html
0 → 100644
static/extension/popup.js
0 → 100644
test_kiro_models_origin.py
0 → 100644