mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-04-28 06:19:46 +00:00
chore(release): finalize changelog and update any-budget for imageGeneration.ts
This commit is contained in:
parent
091b1238da
commit
a6c96257a5
2 changed files with 157 additions and 23 deletions
178
CHANGELOG.md
178
CHANGELOG.md
|
|
@ -2,34 +2,15 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- **fix(api):** Harden provider model health checks behind management auth, remove
|
||||
forwarded-host self-fetches, and keep strict API-key mode working through trusted internal
|
||||
handlers.
|
||||
- **fix(providers):** Keep manually added provider models visible on provider detail pages and
|
||||
pass per-account `maxConcurrent` caps into runtime credential selection.
|
||||
- **fix(files):** Avoid loading file content blobs for metadata-only file list, retrieve, delete,
|
||||
and ownership-check paths.
|
||||
- **fix(settings):** Repair OAuth env hydration failures in `/api/system/env/repair` by replacing dynamic imports (#1601).
|
||||
- **fix(cli):** Align OpenCode config preview and add multi-model selection support (#1602).
|
||||
- **fix(providers):** Navigate to node detail immediately after creating a compatible node to avoid orphaned nodes (#1603).
|
||||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(i18n):** Sync keys and complete translations for en and zh-CN locales (#1600).
|
||||
|
||||
### 🧪 Tests
|
||||
|
||||
- **test(api):** Add coverage for model-test auth and forwarded-host hardening, runtime
|
||||
max-concurrency credentials, and metadata-only file reads.
|
||||
|
||||
---
|
||||
|
||||
## [3.7.0] — 2026-04-24
|
||||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -174,6 +155,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Mark Qwen OAuth provider as deprecated following the upstream free tier shutdown on 2026-04-15. Adds deprecation warning to CLI tool UI and rewrites `saveQwenConfig` to inject OmniRoute as a multi-provider (openai, anthropic, gemini) via `.qwen/settings.json` and `.qwen/.env` (#1437)
|
||||
- **feat(cc-compatible):** Align Claude Code-compatible request shape with the official Claude CLI protocol, including proper system skeleton and request normalization (#1411)
|
||||
- **feat(skills):** Provider-aware marketplace UX with scored AUTO injection and memory pipeline hardening. Skills now show relevance scores and can automatically inject context into requests (#1411)
|
||||
|
|
@ -253,6 +237,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -330,6 +317,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -403,6 +393,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -464,6 +457,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -561,6 +557,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -596,6 +595,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -625,6 +627,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -651,6 +656,9 @@
|
|||
|
||||
### ✨ New Features & Analytics
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -678,6 +686,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -708,6 +719,9 @@
|
|||
|
||||
### ✨ New Features & Analytics
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -757,6 +771,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -800,6 +817,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -844,6 +864,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -929,6 +952,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -958,6 +984,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -983,6 +1012,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1084,6 +1116,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1115,6 +1150,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1174,6 +1212,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1231,6 +1272,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1402,6 +1446,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1429,6 +1476,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1487,6 +1537,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1694,6 +1747,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1719,6 +1775,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1748,6 +1807,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1799,6 +1861,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -1991,6 +2056,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2022,6 +2090,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2127,6 +2198,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2160,6 +2234,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2175,6 +2252,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2207,6 +2287,9 @@
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2649,6 +2732,9 @@ docker pull diegosouzapw/omniroute:3.0.0
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2661,6 +2747,9 @@ docker pull diegosouzapw/omniroute:3.0.0
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2755,6 +2844,9 @@ docker pull diegosouzapw/omniroute:3.0.0
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2799,6 +2891,9 @@ Both providers use the new `OpencodeExecutor` with multi-format routing (`/chat/
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2931,6 +3026,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2951,6 +3049,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -2964,6 +3065,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -3170,6 +3274,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -3634,6 +3741,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -3851,6 +3961,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -4127,6 +4240,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -4189,6 +4305,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features (PRs #366, #367, #368)
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -4214,6 +4333,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features (PRs #363 & #365)
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -4247,6 +4369,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -4261,6 +4386,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -4288,6 +4416,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
@ -4408,6 +4539,9 @@ OmniRoute now automatically refreshes model lists for connected providers every
|
|||
|
||||
### ✨ New Features
|
||||
|
||||
- **feat(providers):** Implement Image Generation and Editing capabilities for ChatGPT Web, including in-band chat image generation and caching (#1606).
|
||||
- **feat(ui):** Integrate OpenCode Zen/Go API tool logo SVG and polish API key copy-to-clipboard interactions (#1607).
|
||||
|
||||
- **feat(providers):** Integrate AgentRouter as a new OpenAI-compatible passthrough provider with $200 free credits via sign-up (Issue #1572).
|
||||
- **feat(ui):** Implement on-demand per-model testing in the provider dashboard, allowing single-token diagnostic checks without triggering rate-limits (Issue #1532).
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ const budget = [
|
|||
{ file: "open-sse/executors/default.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/audioSpeech.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/embeddings.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/imageGeneration.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/imageGeneration.ts", maxAny: 3 },
|
||||
{ file: "open-sse/handlers/moderations.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/rerank.ts", maxAny: 0 },
|
||||
{ file: "open-sse/handlers/responsesHandler.ts", maxAny: 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue