Exocore-gateway / server.js

Commit History

Add image upload support for Dola provider
8d47d01

Johnsteve Costanos commited on

Strengthen tool prompt instructions with examples
2ebbbd5

Johnsteve Costanos commited on

Add tool/function calling support for all providers
5bb1cf0

Johnsteve Costanos commited on

Add Dola provider (dola-fast / dola-pro) with reverse-engineered chat/completion endpoint
9914e5c

Johnsteve Costanos commited on

Fix missing imports: server, logger, http, cookieJar come from @exocore/multi, not src/index.js
5451179

Johnsteve Costanos commited on

Fix missing cookieJar import — removed from dead import, replaced with clearCookiesFile
ba3ae13

Johnsteve Costanos commited on

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

Add DeepSeek Instant/Expert/Vision modes + modelType + image support in /v1
11d39db

Johnsteve Costanos commited on

Add Meta AI fast (think_fast) and thinking (think_hard) modes + model variants
b3ae621

Johnsteve Costanos commited on

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

Add fast/thinking mode variants for all Qwen models + meta module
70c3ccf

Johnsteve Costanos commited on

Update Exocore Gateway
6a989d5

Johnsteve Costanos commited on

Revert ANTHRO_MODEL_MAP and kimi.json to original
394716c

Johnsteve Costanos commited on

Add NVIDIA Kimi K2.6 API for Claude Code tool support
66095f0

Johnsteve Costanos commited on

Switch Claude Code backend from DeepSeek to Kimi
bd5209c

Johnsteve Costanos commited on

Switch Claude Code backend from Qwen to DeepSeek
d488674

Johnsteve Costanos commited on

Switch to Qwen3.5-Flash for faster Claude Code responses
4480198

Johnsteve Costanos commited on

Route all Claude model names to Qwen3.7-Max for Claude Code support
8fc06ec

Johnsteve Costanos commited on

Add GPT and Grok via Puter driver + V1 routes and HTML docs
4d424c4

Johnsteve Costanos commited on

Add Claude integration via Puter driver API
43f7813

Johnsteve Costanos commited on

Add tool-discipline instruction: models should not waste tool calls on greetings
c28ca94

ChoruYt commited on

Stronger system prompt override for text-only models (Gemini/DeepSeek/Kimi)
8ef1644

ChoruYt commited on

Fix system prompt array→text for all providers + embed tool descriptions in text fallback
aa05208

ChoruYt commited on

Add OpenAI-compatible tool passthrough for DeepSeek and Kimi (optional apiKey field)
cc86ccc

ChoruYt commited on

Fix system prompt array→string conversion in convertAnthropicToOpenAI
0f07af7

ChoruYt commited on

Fix tool format conversion (Anthropic→OpenAI), strip <details> tags, add debug logging
bcb5684

ChoruYt commited on

Add generic callOpenAIV1 for any OpenAI-compatible provider. All models get tool support when API key is configured.
01edd7d

ChoruYt commited on

Add full tool calling support for Qwen via askQwenV1 (Anthropic-to-OpenAI conversion)
2da0eee

ChoruYt commited on

Add qwen3.7-max support, set as default model
c8606b7

ChoruYt commited on

Fix model routing: check V1_MODEL_MAP before defaulting to gemini
cee76b3

Helenbaclayon Bacalso commited on

Update server.js
9452d84
verified

ChoruYt commited on

Update server.js
826f2a0
verified

ChoruYt commited on

Update server.js
69bd9cf
verified

ChoruYt commited on

Move config JSONs (deepseek, qwen, kimi) to data/ folder
d294202

Clydejohn448 commited on

Update Gemini API to support new AI models and improve functionality
fc6cd09

clydejohn448 commited on

Update server.js
ea546a1
verified

ChoruYt commited on

Upload 20 files
1c1e90b
verified

ChoruYt commited on