APIPark icon indicating copy to clipboard operation
APIPark copied to clipboard

Cloud native, ultra-high performance AI&API gateway, LLM API management, distribution system, open platform, supporting all AI APIs.🦄云原生、超高性能 AI&API网关,LLM API 管理、分发系统、开放平台,支...

Results 93 APIPark issues
Sort by recently updated
recently updated
newest added

### Current Behavior 第一步通过reset导入OpenAPI文档,并配置好上游地址,测试说明openapi接口文档数量193个。 第二步创建发布版本号,并点击发布,此时发布按钮一直转圈圈,系统一直处理卡死状态。 第三步当一直处于转圈状态超过2分钟后,人为手动返回,此时发布界面如下图所示 第四步,后续在操作该服务时,提示当前正在发布,无法操作,等待大约1小时后,apipark服务虽然是正常的,但已无法提供服务,需人为手动重启docker,由于提示正在发布,无法对此服务进行删除以及后续操作,同时API门户也没有提示该服务发布成功。 第五步,后续服务器卡死CPU100%,重启服务器后,问题依旧存在无法恢复。 系统部署方法,采用quick-start.sh 脚本进行全功能安装,测试版本号 v1.8.3-beta ### Expected Behavior _No response_ ### Error Logs _No response_ ### Steps to Reproduce _No response_ ### Environment -...

### Current Behavior go.mod 里面,github.com/eolinker/go-common版本是 v1.1.7,但是github.com/eolinker/[email protected]的access并没有Desc的成员变量,只有在低版本的代码中才有 # github.com/APIParkLab/APIPark ./initialization.go:121:4: unknown field Desc in struct literal of type "github.com/eolinker/go-common/access".Access ./initialization.go:180:14: a.Desc undefined (type "github.com/eolinker/go-common/access".Access has no field or method Desc) ./initialization.go:182:34:...

### Description 希望增加langfuse类似的ai观测功能,实现请求数据分析和收集

### Current Behavior 在使用pycharm上的continue插件访问本地部署apipark的claude模型会报错 json: cannot unmarshal array into Go struct field Message.messages.content of type string 通过抓包发现continue请求的消息message格式中格式类似如下: "messages": [ { "content": ["Hello, who are you?"], //此处为array非string "role": "user" } ]...

### Description I want to use the API management and statistics capabilities in APIPark, but I don't want to replace the original API gateway (kong or apisix) of our system....

### Description 我想使用apipark向多个团队提供多个模型的访问能力例如azure openai, deepseek等,同时需要设置token总量、速率等限制,请问现在的版本支持吗?在官网宣传中看到了类似功能,但是文档中没有详细说明,谢谢 ### Environment - APIPark version: 1.8beta - Operating system (run `uname -a`): debian12

### Current Behavior 我新建了一个虚拟的服务测试接受请求头的情况: @app.before_request def log_request_info(): print('Headers:', request.headers) print('Body:', request.get_data()) print('Remote IP:', request.remote_addr) print('Method:', request.method) print('URL:', , request.url) ----------------------------------------------- 通过在转发上游请求头里设置: 操作类型 参数名 参数值 删除 Authorization 4b4d5f7b-1c5e-471c-9ec0-26c3ab8dee21 新增或修改 Authorization sk-123123412341234...

### Description 1. 能否定制权限认证功能,例如接入飞书认证 2. 帮我测试一下windows部署

### Description 我用docker部署了APIPark 1.8.1-beta版本,并发布了一个很简单的REST API,如下图所示。 ![Image](https://github.com/user-attachments/assets/9e3c43d6-2023-475f-a7c7-471ddf4e725c) ![Image](https://github.com/user-attachments/assets/75aa05ce-3894-4c58-832f-303a8e6f09d7) 我用PostMan调用该接口,为何报错,如下所示: ![Image](https://github.com/user-attachments/assets/f1cca1ef-9c2e-40a1-b72d-c5164c4c019b) ### Environment - APIPark version: 1.8.1-beta - Operating system (run `uname -a`): docker

### Current Behavior 部署方式:下载镜像包,内网环境通过脚本离线部署 在接入自定义模型后,传入 -d '{"message": "你好"}'这样的错误格式messages有{"object":"error","message":"[{'type': 'list_type', 'loc': ('body', 'messages'), 'msg': should be a valid list', 'input': None}]","type":"Bad Request","param":null,"code":400} 但是输入正确message格式-d '{"messages":[{"role":"user","content":"hello"}',却无法收到response,出现curl: (52) Empty reply from server。 检查apinto容器日志发现错误:panic: runtime...