- 09 Dec, 2025 11 commits
-
-
Seefs committed
-
fix: Use channel proxy settings for task query scenarios
Calcium-Ion committed -
fix: Try to fix login error "already logged in" issue
Calcium-Ion committed -
fix: sidebar color overlap
Calcium-Ion committed -
fix: fetch upstream models
Calcium-Ion committed -
fix: qwen chat_template_kwargs
Calcium-Ion committed -
fix: regex repeat compile
Calcium-Ion committed -
chore(go): enable greenteagc
Calcium-Ion committed -
feat: zhipu 4v image generations
Calcium-Ion committed -
Seefs committed
-
Seefs committed
-
- 08 Dec, 2025 8 commits
-
-
Seefs committed
-
Seefs committed
-
Seefs committed
-
fix(go.mod): 更新modernc.org/sqlite依赖项版本
Seefs committed -
fix: Set default to unsupported value for gpt-5 model series requests
Seefs committed -
Increase token name length limit from 30 to 50
Seefs committed -
feat: add claude-haiku-4-5-20251001 model support
Seefs committed -
fix(adaptor): fix reasoning suffix not processing in vertex adapter
Seefs committed
-
- 07 Dec, 2025 2 commits
-
-
borx committed
-
firstmelody committed
-
- 05 Dec, 2025 1 commit
-
-
- Add model to Claude ModelList - Add model ratio (0.5, $1/1M input tokens) - Add completion ratio support (5x, $5/1M output tokens) - Add cache read ratio (0.1, $0.10/1M tokens) - Add cache write ratio (1.25, $1.25/1M tokens) Model specs: - Context window: 200K tokens - Max output: 64K tokens - Release date: October 1, 2025
FlowerRealm committed
-
- 04 Dec, 2025 2 commits
- 03 Dec, 2025 2 commits
-
-
CaIon committed
-
feitianbubu committed
-
- 02 Dec, 2025 14 commits
-
-
Seefs committed
-
Seefs committed
-
CaIon committed
-
Seefs committed
-
Seefs committed
-
CaIon committed
-
feat: gemini 3 thinking level gemini-3-pro-preview-high
Calcium-Ion committed -
feat: refactor token estimation logic
Calcium-Ion committed -
fix: try resolve the high concurrency issue to a single host
Calcium-Ion committed -
CaIon committed
-
- Introduced new OpenAI text models in `common/model.go`. - Added `IsOpenAITextModel` function to check for OpenAI text models. - Refactored token estimation methods across various channels to use estimated prompt tokens instead of direct prompt token counts. - Updated related functions and structures to accommodate the new token estimation approach, enhancing overall token management.
CaIon committed -
chore: update the relay openapi file
Calcium-Ion committed -
t0ng7u committed
-
Papersnake committed
-