Create batch#
官方接口地址:
POST https://api.openai.com/v1/batches
对应智增增接口地址:
POST https://api.zhizengzeng.com/v1/batchesRetrieve batch#
官方接口地址:
GET https://api.openai.com/v1/batches/{batch_id}
对应智增增接口地址:
GET https://api.zhizengzeng.com/v1/batches/{batch_id}List batches#
官方接口地址:
GET https://api.openai.com/v1/batches
对应智增增接口地址:
GET https://api.zhizengzeng.com/v1/batchesCancel batch#
官方接口地址:
POST https://api.openai.com/v1/batches/{batch_id}/cancel
对应智增增接口地址:
POST https://api.zhizengzeng.com/v1/batches/{batch_id}/cancel修改于 2026-03-02 14:19:32