Calcium-Ion
c60d87067d
Merge pull request #1248 from RedwindA/update-gemini-ratio
...
feat(model-ratio): add default ratios for new Gemini models and refine flash model handling
2025-06-21 04:51:41 +08:00
CaIon
3164e86278
fix: remove unnecessary error handling in token counting functions
2025-06-21 01:16:54 +08:00
CaIon
2c0fd2915b
fix: improve usage calculation in GeminiTextGenerationStreamHandler
2025-06-21 01:08:15 +08:00
CaIon
16997a695d
refactor: token counter logic
2025-06-21 00:54:40 +08:00
creamlike1024
4f3024ad63
fix: gemini 原生格式流模式中断请求未计费
2025-06-20 23:01:10 +08:00
CaIon
8ceaaf7819
fix: update response handling in GeminiTextGenerationStreamHandler
...
- Changed response handling from ObjectData to StringData for improved data processing.
- Ensured proper error logging in case of response handling failure.
2025-06-20 21:55:28 +08:00
RedwindA
4f84fd6a71
fix: update model name logic for vertex
2025-06-20 16:40:51 +08:00
Calcium-Ion
e8da9d7dd7
Merge pull request #1270 from QuantumNous/refactor_model_mapping
...
feat: implement new handlers for relay processing
2025-06-20 16:12:41 +08:00
Calcium-Ion
2e242159a1
Merge pull request #1244 from feitianbubu/feat/video
...
feat: 支持可灵视频渠道(异步任务)
2025-06-20 16:11:59 +08:00
CaIon
13277cf838
feat: implement new handlers for audio, image, embedding, and responses processing
...
- Added new handlers: AudioHelper, ImageHelper, EmbeddingHelper, and ResponsesHelper to manage respective requests.
- Updated ModelMappedHelper to accept request parameters for better model mapping.
- Enhanced error handling and validation across new handlers to ensure robust request processing.
- Introduced support for new relay formats in relay_info and updated relevant functions accordingly.
2025-06-20 16:02:23 +08:00
CaIon
2b2e0a4777
feat: enhance error handling in GeminiHelper and streamline response processing
...
- Added status code mapping handling in GeminiHelper to reset status codes based on response.
- Removed redundant candidate check in GeminiTextGenerationHandler to simplify response processing.
2025-06-20 01:42:19 +08:00
RedwindA
50907a5758
Merge remote-tracking branch 'upstream/alpha' into update-gemini-ratio
2025-06-19 20:02:27 +08:00
CaIon
05aaf63337
Merge branch 'alpha'
2025-06-19 16:17:56 +08:00
creamlike1024
1271f8f648
update relay-gemini-native.go
2025-06-19 14:50:50 +08:00
creamlike1024
24dda1f6fa
Merge branch 'main' of github.com:xqx121/new-api into xqx121-main
2025-06-19 14:45:41 +08:00
CaIon
fd943659c0
Merge remote-tracking branch 'origin/alpha' into alpha
2025-06-19 14:36:55 +08:00
CaIon
bf30adcde0
Merge branch 'main' into alpha
2025-06-19 14:36:17 +08:00
Calcium-Ion
0d51f07d8f
Merge pull request #1260 from tbphp/fix-gemini-empty-content-error
...
fix: Gemini & Vertex empty content error
2025-06-19 14:34:27 +08:00
skynono
aaf7c88e0b
feat: add video channel kling fix
2025-06-19 11:53:47 +08:00
skynono
d7ed0214ad
feat: add video channel kling
2025-06-19 11:53:42 +08:00
tbphp
173594446e
fix: Gemini & Vertex empty content error
2025-06-19 11:25:59 +08:00
CaIon
17f3832487
feat(relay): add debug logging for Gemini request body and introduce flexible speech configuration
2025-06-18 20:50:13 +08:00
xqx121
2541defbf4
Update relay-gemini-native.go
2025-06-18 14:26:23 +08:00
sgyy
302ca0b847
fix: Vertex channel global region format
2025-06-18 11:21:56 +08:00
RedwindA
9bc9d40891
feat(gemini): update audio input pricing and adjust model handling logic
2025-06-18 03:25:59 +08:00
RedwindA
a004db93c9
feat(Gemini): enhance budget clamping logic for Gemini models
2025-06-18 00:49:35 +08:00
CaIon
d4e20df7a6
fix(relay): refine error message for unsupported MIME types and enhance error handling in OpenAI wrapper
2025-06-17 22:44:57 +08:00
CaIon
8d0b54bf6e
fix(relay): improve error handling for unsupported MIME types by sanitizing URLs
2025-06-17 22:40:41 +08:00
CaIon
4238068c65
feat(channel): enhance Claude response handling with new Done flag and improved usage tracking
2025-06-17 20:08:25 +08:00
CaIon
2a1ed60738
Merge branch 'alpha'
2025-06-17 14:49:13 +08:00
chenjm
ab5dfd8d97
fix(audio): :bugs: fix webm audio strconv.ParseFloat: parsing "N/A"
2025-06-17 10:04:36 +08:00
chenjm
99dacb1d4b
fix(audio): :bugs: fix webm audio strconv.ParseFloat: parsing "N/A"
2025-06-17 09:21:56 +08:00
CaIon
28a0eb2a6d
Merge remote-tracking branch 'origin/alpha' into alpha
2025-06-17 00:09:38 +08:00
CaIon
af103dcc7f
🧹 chore(relay): remove unused import in relay-palm.go
2025-06-17 00:09:26 +08:00
Calcium-Ion
71fe637d2a
Merge pull request #1231 from RedwindA/feat/gemini-budget-in-name
...
feat(Gemini): implement thinking budget control in model name
2025-06-17 00:03:53 +08:00
CaIon
288f279379
🔧 refactor(relay): replace UUID generation with helper function for response IDs
2025-06-16 21:02:27 +08:00
Calcium-Ion
bd82e7c341
Merge pull request #1205 from a37836323/fix-azure-responses-api
...
修复Azure渠道对responses API的兼容性支持 - 为Azure渠道添加对responses API的特殊处理 - 兼容微软新…
2025-06-16 19:17:21 +08:00
CaIon
c4e652461e
🔧 refactor(dto): update BudgetTokens handling in Thinking struct
2025-06-16 18:29:49 +08:00
RedwindA
1e1a6aae55
feat: implement thinking budget control in model name
2025-06-15 23:20:41 +08:00
a37836323
a126015940
修复Azure渠道对responses API的兼容性支持 - 为Azure渠道添加对responses API的特殊处理 - 兼容微软新的API格式,使用preview版本的api-version - 修复了Azure渠道无法正确处理responses请求的问题
2025-06-11 22:11:47 +08:00
CaIon
92de4d0d04
🔧 fix(api_request): enhance ping keep-alive mechanism with error handling and timeout controls
2025-06-10 03:42:23 +08:00
IcedTangerine
6d90b2f3dc
Merge pull request #1145 from RedwindA/feature/gemini_snake_case_support
...
feat: 支持Gemini inline_data 的蛇形命名法
2025-06-09 22:06:58 +08:00
Calcium-Ion
f95feae571
Merge pull request #1180 from RedwindA/fix/gemini-tool
...
🐛 fix(Gemini): improve JSON parsing for tool content handling
2025-06-09 20:51:28 +08:00
RedwindA
07a671ec27
🐛 fix: update condition to check for empty content in assistant role messages
2025-06-09 02:15:39 +08:00
CaIon
2fb222b9a4
refactor(dto): change function and encoding fields to use json.RawMessage for improved flexibility
2025-06-08 16:28:47 +08:00
CaIon
2b3e64e8b6
fix(relay-channel): correct condition for mediaMessages initialization in requestOpenAI2Mistral function
2025-06-08 16:25:00 +08:00
CaIon
fcb9647aeb
fix(relay-gemini): remove outdated unsupported models from CovertGemini2OpenAI function
2025-06-08 16:22:39 +08:00
Calcium-Ion
5d7e688bfe
Merge pull request #1174 from QuantumNous/refactor/message
...
refactor: message content 改成 any
2025-06-08 16:22:20 +08:00
CaIon
7469446a20
fix(relay-gemini): add unsupported models to CovertGemini2OpenAI function
2025-06-08 16:04:31 +08:00
RedwindA
da41545139
🐛 fix(Gemini): improve JSON parsing for tool content handling
2025-06-08 14:35:56 +08:00