APIarium / app

Commit History

feat(images,videos): unified OpenAI-style image+video endpoints
7a00ea1

rnilkyway commited on

fix(docs): remove Admin link from public docs navigation
ebc54f8

rnilkyway commited on

fix(images): re-attach @app .post decorator to generate_images
05b5dd0

rnilkyway commited on

feat(admin): unify dashboard + login design with landing/docs theme
19a497d

rnilkyway commited on

feat(docs): branded /docs page replacing default Swagger UI
06c8c6a

rnilkyway commited on

feat(models): integrate Gemini Hub (Veo 3 video + Gemini 3 image/text)
e0f8aa6

rnilkyway commited on

feat(providers): use dedicated gist for models_config.json
ed8a947

rnilkyway commited on

feat(providers): persist dynamic providers in GitHub Gist (models_config.json)
b7d05c4

rnilkyway commited on

feat(providers): prefix-based routing with per-model custom aliases
463da8e

rnilkyway commited on

feat(dashboard): refine admin dashboard UI
6b5543c

rnilkyway commited on

feat(dashboard): update admin dashboard UI
f7178bf

rnilkyway commited on

fix(index): remove accidental JSON envelope appended to FastAPI init
e5c4006

rnilkyway commited on

docs(fastapi): enhance /docs page with comprehensive OpenAPI description
89d78ab

rnilkyway commited on

fix(config): add missing TURNSTILE and BALANCE_ENDPOINTS exports
2e7fefe

rnilkyway commited on

chore(config): update upstream URL and master key configuration
fd4d424

rnilkyway commited on

restore _decrypt function and clean blocked IPs
5236d9e

rnilkyway commited on

remove blocked IP 95.5.119.10
a3cb4b3

rnilkyway commited on

fix(admin): display model names instead of IDs in dashboard models list
3b60eb1

rnilkyway commited on

fix(admin): show real provider names instead of 'built-in' in models list
b98f648

rnilkyway commited on

fix(admin): prevent infinite reload loop on 401
92b517e

rnilkyway commited on

fix(config): move _decrypt definition before first usage
b483bc2

rnilkyway commited on

feat: OpenRouter-style provider prefix routing
c87cd4b

rnilkyway commited on

fix: correct indentation in _save_providers no-op comment
bdb9939

rnilkyway commited on

refactor: remove Turnstile + disable local file writes (HF ephemeral runtime)
86155c5

rnilkyway commited on

Upload folder using huggingface_hub
40afc1d
verified

rnilkyway commited on

feat(admin): add IP-bound API key manager + gpt-image-2 endpoint
18529e8

rnilkyway commited on

Block IP 95.5.119.10 - deny API key generation and all API access
0f20dd0

rnilkyway commited on

Enable FastAPI /docs and /redoc endpoints
30e75bc

rnilkyway commited on

Remove nav links (Pricing, Status, Dashboard), keep only Documentation
8e9766f

rnilkyway commited on

Update landing: bee emoji logo, remove security section, real API calls
2b620dd

rnilkyway commited on

refactor: extract HTML templates to separate files
c8c52c2

rnilkyway commited on

Add model list, security section, finalize B&W UI
4773cc9

rnilkyway commited on

Clean up remaining gradients, finalize B&W theme
acc94df

rnilkyway commited on

Fix streaming: separate reasoning/tool_calls/content chunks, cleanup dead code, improve landing meta
61772e6

rnilkyway commited on

Add usage to final streaming chunk for stream_options compatibility
7bcfded

3v324v23 commited on

Remove initial role chunk that confuses streaming parsers
a2412cf

3v324v23 commited on

Add debug logging for chat requests
412d9ec

3v324v23 commited on

Fix pi.dev: never forward upstream finish_reason, send reasoning as content, normalize non-streaming
a0870d7

3v324v23 commited on

Clean snapshot
fc0b00d

3v324v23 commited on