屈轩
21822dc778
fix(mcp-server): mcp use climc struct ( #25184 )
2026-07-20 17:17:24 +08:00
wanyaoqi
574cac011a
feat(region,host,scheduler): isolated device refactor and hami support ( #25129 )
2026-07-20 13:04:51 +08:00
wanyaoqi
31f19deb84
fix(host-deployer): bond netplan add vlan subinterface config ( #25177 )
2026-07-20 12:16:07 +08:00
wanyaoqi
af1c3e03a6
fix(region): baremetal boot mode decided by selected host on image support both uefi&bios ( #25153 )
2026-07-20 12:07:11 +08:00
wanyaoqi
e8d6564b49
fix(host-deployer): windows disk extend separate partition and filesystem ( #25139 )
2026-07-20 12:05:53 +08:00
wanyaoqi
df27859f1d
fix(host): add nest virtualization options ( #25124 )
2026-07-20 12:03:13 +08:00
wanyaoqi
cbaa543430
fix(region): disk change driver support change aio_mode and cache_mode ( #25094 )
2026-07-20 11:38:59 +08:00
屈轩
8cf702d132
fix(mcp-server): query scope params ( #25172 )
2026-07-17 00:26:52 +08:00
屈轩
5381986ed8
fix(cloudid): batch detach policy ( #25164 )
2026-07-16 19:27:50 +08:00
屈轩
41f6bdb7ce
fix(region): support cas hypervisor ( #25161 )
2026-07-16 19:07:58 +08:00
Zexi Li
ca4c4e8d46
fix(aiproxy): emit done events before response.completed in stream converter ( #25157 )
...
Emit output_item.done, reasoning_summary_part.done, function_call_arguments.done,
and related finalize events for text, reasoning, and tool calls before the
response.completed event to match the Responses API stream contract.
2026-07-16 17:02:02 +08:00
Zexi Li
98d4515548
feat(aiproxy): auto-provision placeholder ai_key for upstream resolve ( #25155 )
2026-07-15 19:24:43 +08:00
cwz_eikoh
e6c6f66760
feat(llm): add llm-router-agent ( #25149 )
2026-07-15 15:32:45 +08:00
cwz_eikoh
f3bc838d41
feat(llm): support llm-bench in llm ( #25147 )
2026-07-15 15:03:15 +08:00
Zexi Li
5505986263
feat(aiproxy): support streaming responses for visual messages ( #25145 )
...
* feat(aiproxy): support streaming responses for visual messages
* refactor(aiproxy): share API log helpers and support input/output token usage
Extract common chatlog record lifecycle across proxy handlers, and fall back
to Responses/Anthropic usage field aliases when filling token counts.
2026-07-15 10:57:37 +08:00
Zexi Li
83f4518355
feat(aiproxy): move visual provider to model columns and support streaming responses ( #25143 )
...
Promote visual_provider_id/visual_model_key to dedicated ai_model columns,
force non-stream upstream orchestration for visual paths, and synthesize SSE
chunks for streaming Responses requests that include images.
2026-07-14 18:39:44 +08:00
Zexi Li
b4e5fbb0b7
refactor(aiproxy): rename chat log config to API log with S3 fields ( #25132 )
...
* refactor(aiproxy): rename chat log config to API log with S3 fields
* feat(aiproxy): add visual extension for Responses image tools
Wire visual model catalog, orchestration, and OpenAI Responses compat so chat/Codex can invoke image generation and editing tools.
2026-07-14 11:52:43 +08:00
wanyaoqi
6e889e9cfa
fix(region): reset guest quorum child index on guest shutdown ( #25134 )
2026-07-14 00:08:59 +08:00
屈轩
c75cfb4ca1
fix(region): split sync and probe worker ( #25101 )
2026-07-13 13:59:34 +08:00
Jian Qiu and Qiu Jian
2e28bd7ca7
fix: allow security group cidr have multiple prefixes ( #25123 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-13 13:58:51 +08:00
Zexi Li
e73cb9dc43
feat(aiproxy): add Z.AI / Zhipu provider with dual OpenAI and Anthropic API modes ( #25130 )
...
Register zhipu as a public OpenAI-compat provider with GLM catalog seeds,
Anthropic passthrough routing, and v4-style base URL path handling.
2026-07-13 11:25:09 +08:00
Zexi Li
0d58ed4ccb
feat(aiproxy): add OpenAI Responses API with provider adapters and Codex support ( #25121 )
...
Implement /v1/responses endpoint with multi-provider translation (OpenAI, Azure,
Anthropic, Gemini), streaming compat layers, Codex config/tool integration, and
updated functional test docs.
2026-07-10 16:40:42 +08:00
Jian Qiu and Qiu Jian
5bc80cfb42
fix: allow deleting idp without checking project count ( #25109 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-10 08:35:32 +08:00
屈轩
214a606991
fix(region): gcp network tags ( #25120 )
2026-07-09 17:11:25 +08:00
屈轩
60bc65da31
fix(yunionconf): batch import tags ( #25117 )
2026-07-09 16:43:06 +08:00
Jian Qiu and Qiu Jian
ff9268966c
fix: host order by sql redundant group by ( #25113 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-09 14:22:38 +08:00
cwz_eikoh
e0b568d0ed
feat(aiproxy): support log record in aiproxy through minio ( #25115 )
2026-07-09 13:01:35 +08:00
Jian Qiu and Qiu Jian
95f4bcf1f0
fix: lb listener rule specific certificates ( #25105 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-07-08 12:03:36 +08:00
Zexi Li
f538dcf2e6
feat(aiproxy): add Anthropic Messages API and migrate functional tests to Go ( #25097 )
...
Add /v1/messages handler with Anthropic-to-OpenAI translation, upstream
failover, and probe endpoints. Replace shell-based functional test scripts
with pkg/aiproxy/ft and climc test commands; consolidate documentation.
2026-07-07 20:13:03 +08:00
屈轩
8c87c0e57d
fix(region): pve host driver compatibility ( #25099 )
2026-07-03 15:37:58 +08:00
Zexi Li
c91b5bc70c
feat(llm): add ModelScope instant model import and refactor model download ( #25091 )
...
Add ModelScope hub integration, download driver, and instant model import
flow parallel to HuggingFace. Extract shared HuggingFace download helpers
and reuse them across vLLM/SGLang container drivers.
2026-07-01 20:12:59 +08:00
Zexi Li
f1f3c1df2a
feat(llm): support local_path scheduling with prefer_hosts and deployment restart ( #25085 )
2026-07-01 13:11:02 +08:00
wanyaoqi
f6e5f71fba
fix(host-deployer): mount procfs before deploy guestfs ( #25086 )
2026-07-01 00:53:31 +08:00
Zexi Li
00bcdae23f
feat(scheduler): append GPU reserved resource hints on predicate failure ( #25083 )
2026-06-30 15:40:34 +08:00
Zexi Li
3413845e96
feat(llm): backfill orphan LLM instances into deployments on init ( #25079 )
...
On service startup, find LLM instances without llm_deployment_id and
create a matching SLLMDeployment, then link the instance. Idempotent
across restarts; skipped on slave nodes.
2026-06-29 11:26:16 +08:00
wanyaoqi
b47a802515
fix(host-deployer): do base64 windows password ( #25070 )
2026-06-27 06:48:35 +08:00
屈轩
90ea5b77b0
fix(region): quota check ( #25076 )
2026-06-26 13:05:30 +08:00
wanyaoqi
372fae41c6
fix(region,host): kvm guest change disk driver reset uefi vars ( #25068 )
2026-06-26 10:20:25 +08:00
wanyaoqi
3b796dc0e8
fix(host): qemu set multifd before start incoming migration ( #25064 )
...
use drive mirror do block migration
2026-06-26 10:18:45 +08:00
Zexi Li and cwz
d3b4ab273a
Automated cherry pick of #25074 : feat(llm): tool call defaults & auto gpu ultilization ( #25075 )
...
* feat(llm): upgrade auto-gpu-ultilization
* feat(llm): add vllm tool call defaults
* feat(llm): add sglang tool call defaults
---------
Co-authored-by: cwz <cwz_eikoh@163.com >
2026-06-26 10:15:55 +08:00
Zexi Li
686b0f3872
feat(llm): async instant model delete and improve import status tracking ( #25072 )
...
fix(aiproxy): set OpenAI handler process timeouts and skip upstream error
response when request context is already cancelled.
2026-06-25 19:52:28 +08:00
Zexi Li
b52aa5de85
feat(llm): validate GPU devices on deployment create and improve error messages ( #25062 )
2026-06-24 14:26:18 +08:00
wanyaoqi
043eac88ba
fix(region): snapshot validate add check guest is quorum master guest ( #25052 )
2026-06-24 10:30:14 +08:00
cwz_eikoh
c3db76457d
Automated cherry pick of #25016 : Feature/http get+llm probe ( #25045 )
...
* hostman: probe http get in pod netns
* llm: watch pod status for service readiness
2026-06-23 19:40:46 +08:00
屈轩
854b93e3a4
fix(region): filter sku by zone ids ( #25061 )
2026-06-23 15:14:51 +08:00
Zexi Li
5a4bbefe72
fix(aiproxy): defer stream context cancel until chunks are consumed ( #25058 )
2026-06-23 14:09:37 +08:00
Zexi Li
4237ce52ea
feat(llm): sync llm deployment with aiproxy catalog and routing ( #25013 )
...
Add auto_register_aiproxy on llm_deployment creation, background sync task,
and register/unregister CLI actions. Link aiproxy providers, routings, and
models to llm replicas via llm_id and llm_deployment_id fields.
2026-06-22 19:35:50 +08:00
cwz_eikoh
d2bbda642b
Automated cherry pick of #25044 : Feature/llm route for aiproxy ( #25046 )
...
* feat(aiproxy): support routing model in aiproxy
* feat(llm): add llm-router
2026-06-22 10:09:58 +08:00
Jian Qiu and Qiu Jian
c6225bc046
fix: credential scope revisit ( #25050 )
...
Co-authored-by: Qiu Jian <qiujian@yunionyun.com >
2026-06-21 09:25:58 +08:00
wanyaoqi
c559974e44
fix(host): recycle servers dir on guest delete ( #25022 )
2026-06-21 08:34:26 +08:00