Cogine LLM Gateway

分组

获取所有分组

GET
/api/group/

Response Body

curl -X GET "https://loading/api/group/"
Empty

获取预填分组

GET
/api/prefill_group/

Response Body

curl -X GET "https://loading/api/prefill_group/"
Empty

创建预填分组

POST
/api/prefill_group/

Response Body

curl -X POST "https://loading/api/prefill_group/"
Empty

更新预填分组

PUT
/api/prefill_group/

Response Body

curl -X PUT "https://loading/api/prefill_group/"
Empty

删除预填分组

DELETE
/api/prefill_group/{id}

Path Parameters

id*integer

Response Body

curl -X DELETE "https://loading/api/prefill_group/0"
Empty