Add tool/function calling support for all providers 5bb1cf0 Johnsteve Costanos commited on 15 days ago
Add Dola provider (dola-fast / dola-pro) with reverse-engineered chat/completion endpoint 9914e5c Johnsteve Costanos commited on 16 days ago
Fix missing imports: server, logger, http, cookieJar come from @exocore/multi, not src/index.js 5451179 Johnsteve Costanos commited on 22 days ago
Fix missing cookieJar import — removed from dead import, replaced with clearCookiesFile ba3ae13 Johnsteve Costanos commited on 22 days ago
Add image support for /v1 endpoints: fix extractImageUrls for Anthropic format, fix Qwen image_url handling, add Gemini image upload b465f41 Johnsteve Costanos commited on 22 days ago
Add DeepSeek Instant/Expert/Vision modes + modelType + image support in /v1 11d39db Johnsteve Costanos commited on 22 days ago
Add Meta AI fast (think_fast) and thinking (think_hard) modes + model variants b3ae621 Johnsteve Costanos commited on Jun 11
Fix Meta AI: fix token extraction regex, improve response parsing, add auth error handling, add meta models to ANTHRO_MODEL_MAP 40ec092 Johnsteve Costanos commited on Jun 11
Add fast/thinking mode variants for all Qwen models + meta module 70c3ccf Johnsteve Costanos commited on Jun 11
Switch to Qwen3.5-Flash for faster Claude Code responses 4480198 Johnsteve Costanos commited on May 29
Route all Claude model names to Qwen3.7-Max for Claude Code support 8fc06ec Johnsteve Costanos commited on May 29
Add GPT and Grok via Puter driver + V1 routes and HTML docs 4d424c4 Johnsteve Costanos commited on May 26
Add tool-discipline instruction: models should not waste tool calls on greetings c28ca94 ChoruYt commited on May 22
Stronger system prompt override for text-only models (Gemini/DeepSeek/Kimi) 8ef1644 ChoruYt commited on May 22
Fix system prompt array→text for all providers + embed tool descriptions in text fallback aa05208 ChoruYt commited on May 22
Add OpenAI-compatible tool passthrough for DeepSeek and Kimi (optional apiKey field) cc86ccc ChoruYt commited on May 22
Fix system prompt array→string conversion in convertAnthropicToOpenAI 0f07af7 ChoruYt commited on May 22
Fix tool format conversion (Anthropic→OpenAI), strip <details> tags, add debug logging bcb5684 ChoruYt commited on May 22
Add generic callOpenAIV1 for any OpenAI-compatible provider. All models get tool support when API key is configured. 01edd7d ChoruYt commited on May 22
Add full tool calling support for Qwen via askQwenV1 (Anthropic-to-OpenAI conversion) 2da0eee ChoruYt commited on May 22
Fix model routing: check V1_MODEL_MAP before defaulting to gemini cee76b3 Helenbaclayon Bacalso commited on May 21
Update Gemini API to support new AI models and improve functionality fc6cd09 clydejohn448 commited on May 19