9router/open-sse
ramhaidar da5bdef4cb feat: Add Anthropic Compatible provider support
- Added support for 'anthropic-compatible' provider nodes in backend.
- Implemented isAnthropicCompatible logic in open-sse for /messages URL construction and headers.
- Added UI for creating and managing Anthropic Compatible providers in the dashboard.
- Updated validation logic for Anthropic-compatible endpoints.
- Sanitize base URL input (strip trailing /messages) to prevent 404s and improve UX.
- Improve validation: use GET /models (2xx success), and support x-api-key / Authorization Bearer hybrid proxies.
- Enable model import via /models for Anthropic Compatible providers.
- Ensure Authorization is omitted when x-api-key is present to avoid strict proxy conflicts.
- Resolve Anthropic-compatible credentials by prefix during model resolution (e.g., acx/model).
- Update default executor to match provider header/url behavior for Anthropic-compatible providers.
2026-02-03 15:11:41 +07:00
..
config feat(codex): Cursor compatibility + Next.js 16 proxy migration 2026-02-02 09:17:15 +07:00
executors feat: Add Anthropic Compatible provider support 2026-02-03 15:11:41 +07:00
handlers feat: Implement buffer addition to usage tracking for improved context handling 2026-02-03 10:39:20 +07:00
services feat: Add Anthropic Compatible provider support 2026-02-03 15:11:41 +07:00
transformer Update jsconfig.json and package.json to correct open-sse path references from relative to local directory. 2026-01-05 10:37:09 +07:00
translator feat: Update response handling and logging for improved usage tracking 2026-02-03 10:22:43 +07:00
utils feat: Implement buffer addition to usage tracking for improved context handling 2026-02-03 10:39:20 +07:00
.npmignore Update jsconfig.json and package.json to correct open-sse path references from relative to local directory. 2026-01-05 10:37:09 +07:00
index.js Integrated proxy support 2026-01-20 12:09:14 +07:00