xinference.yaml
1 info: 2 name: Xinference 3 author: 腾讯朱雀实验室 4 severity: info 5 desc: Xorbits Inference (Xinference) is an open-source platform to streamline the operation and integration of a wide array of AI models. With Xinference, you’re empowered to run inference using any open-source LLMs, embedding models, and multimodal models either in the cloud or on your own premises, and create robust AI-driven applications. 6 metadata: 7 product: inference 8 vendor: xorbitsai 9 http: 10 - method: GET 11 path: '/ui/' 12 matchers: 13 - body="<title>Xinference</title>" 14 version: 15 - method: GET 16 path: '/v1/cluster/version' 17 extractor: 18 part: body 19 group: 1 20 regex: '"version":"(.*?)"}'