Commit History

Remove API_DOCUMENTATION.md to clear abuse flag
7ec1481

Ahmed commited on

feat: add gemini-3.1-pro-preview alias
f9c3a53

Ahmed commited on

chore: make HF push non-force by default
451a040

Ahmed commited on

fix: gemini-3.1-pro gemini-cli routing and token expiry
60bf922

Ahmed commited on

chore: initialize cliproxy-api-v2
b7c81bf

Ahmed commited on

fix: improve HF resume/restart
ba1573f

Ahmed commited on

initial commit
ab47945
verified

godzilla865 commited on

chore: add optional HF resume to secret script
36f4302

Ahmed commited on

feat: gemini-3.1-pro + HF Gemini OAuth bootstrap
9b70329

Ahmed commited on

fix: proxy image gen to image.pollinations.ai with fallback
9587512

Ahmed commited on

fix: add HF Space frontmatter to README.md
480f6b4

Ahmed commited on

fix: add Pollinations config to Dockerfile for HF deployment
2a1de6b

Ahmed commited on

chore: remove log files from git
b8d8abe

Ahmed commited on

chore: remove large binaries from git (built by Dockerfile)
aa0c31a

Ahmed commited on

chore: track large binaries with git-lfs
ce72b55

Ahmed commited on

feat: add Pollinations.ai integration with image, audio, and transcription endpoints
d24dabe

Ahmed commited on

Update reasoning effort budget mapping for high and xhigh levels
d360abb

godzilla865 commited on

Remove deprecated Dockerfiles and related files; update API documentation with the latest endpoint information
a04c179

godzilla865 commited on

Refactor Dockerfiles and update Go version for compatibility; add HuggingFace Spaces Dockerfile and runtime configuration
03600c7

godzilla865 commited on

Dockerfile: fix go.mod version at build time for Go 1.23 compat
21b7ff9

godzilla865 commited on

Force rebuild - cache bust
db09a07

godzilla865 commited on

Fix go.mod: remove go 1.24 and toolchain requirement
7189482

godzilla865 commited on

Downgrade go-git from v6 to v5 (v6 requires Go 1.24 which doesnt exist)
4df2d16

godzilla865 commited on

Fix Dockerfile: create config inline, skip auth-credentials copy
347a9fd

godzilla865 commited on

Fix go.mod: use Go 1.23.0 (1.24 does not exist)
def70f7

godzilla865 commited on

feat: Add Koyeb deployment script for cliproxy service
e6190f3

godzilla865 commited on

Fix Dockerfile: use Go 1.23 and Alpine 3.20 (valid versions)
e1e79f1

godzilla865 commited on

Add startup scripts for API and Cloudflare tunnel
2ebab25

godzilla865 commited on

Add Koyeb deployment configuration and update API documentation URLs
d48698a

godzilla865 commited on

fix: Remove gemini-3-pro-image-preview from Gemini CLI priority - only available via Antigravity/Vertex AI
0d6fc69

godzilla865 commited on

feat: Optimize Gemini 3 model routing - prioritize Gemini CLI over Antigravity
3da9cb4

godzilla865 commited on

docs: update API endpoint URL to include /v1 path
2494196

godzilla865 commited on

docs: improve API key formatting in documentation
13e4a6a

godzilla865 commited on

feat: Add deployment configs and API documentation
09b9584

godzilla865 commited on

feat(registry): add `GetAvailableModelsByProvider` method for retrieving models by provider
b849929
unverified

luispater commited on

Merge pull request #814 from router-for-me/aistudio
d60adc1
unverified

Chén Mù commited on

fix(thinking): fallback to upstream model for thinking support when alias not in registry
c17819a

hkfires commited on

feat(thinking): add numeric budget to thinkingLevel conversion fallback
00ce84b

hkfires commited on

fix(thinking): use model alias for thinking config resolution in mapped models
511946a

hkfires commited on

feat(registry): add thinking support for gemini-2.5-computer-use-preview model
10bec9e

hkfires commited on

feat(updater): add fallback URL and logic for missing management asset
7565874
unverified

luispater commited on

feat(api): add `GetAuthStatus` method to `ManagementTokenRequester` interface
fb349bc
unverified

luispater commited on

Merge pull request #800 from router-for-me/modelmappings
1400e3c
unverified

Chén Mù commited on

refactor(watcher): extract model summary functions to dedicated file
6af5249

hkfires commited on

feat(watcher): add Gemini models and OAuth model mappings change detection
b224529

hkfires commited on

Merge pull request #795 from router-for-me/modelmappings
d0e2e7e
unverified

Chén Mù commited on

Fixed: #790
a2da533
unverified

luispater commited on

refactor(executor): remove redundant upstream model parameter from translateRequest
0ad943a

hkfires commited on

refactor(executor): resolve upstream model at conductor level before execution
8d7f181

hkfires commited on