Uses of Class
com.bytedesk.ai.springai.providers.gitee.GiteeRequest
Packages that use GiteeRequest
Package
Description
Gitee AI 服务提供者集成包,包含与 Spring AI 框架集成的所有类和配置。
-
Uses of GiteeRequest in com.bytedesk.ai.springai.providers.gitee
Methods in com.bytedesk.ai.springai.providers.gitee with parameters of type GiteeRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>SpringAIGiteeRestController.getModels(GiteeRequest request) 获取结构化模型列表 GET http://127.0.0.1:9003/gitee/api/v1/models 注意:此接口可以匿名访问,无需 API Key,返回强类型的 GiteeModel 对象SpringAIGiteeRestService.getModels(GiteeRequest request) 获取可用模型列表 直接调用 Gitee AI API 获取真实的模型列表 注意:此接口可以匿名访问,无需 API Key https://ai.gitee.com/v1/modelsSpringAIGiteeRestService.getModelsStructured(GiteeRequest request) 获取结构化的模型列表 返回 GiteeModel 对象列表,便于强类型使用