From 3819aac094e3d07f11b04d3d57df180f69cc4025 Mon Sep 17 00:00:00 2001 From: SSharma-10 Date: Thu, 14 May 2026 20:45:01 +0530 Subject: [PATCH] restructure additional batch inf endpoints --- specification/DigitalOcean-public.v2.yaml | 7 ------- .../resources/inference/inference_cancel_batch.yml | 2 +- .../resources/inference/inference_list_batches.yml | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/specification/DigitalOcean-public.v2.yaml b/specification/DigitalOcean-public.v2.yaml index 871105ec..74d64c1c 100644 --- a/specification/DigitalOcean-public.v2.yaml +++ b/specification/DigitalOcean-public.v2.yaml @@ -646,12 +646,6 @@ tags: synchronous APIs, making it a cost-effective choice for non-interactive workloads. - - name: Additional Batch Inference Helper APIs - description: |- - Helper operations for managing Batch Inference jobs — list all - submitted jobs and cancel a job that has not yet reached a terminal - state. - x-tagGroups: - name: Public APIs @@ -712,7 +706,6 @@ x-tagGroups: - Inference Introduction - Agent Inference - Batch Inference - - Additional Batch Inference Helper APIs - Embeddings - Serverless Inference diff --git a/specification/resources/inference/inference_cancel_batch.yml b/specification/resources/inference/inference_cancel_batch.yml index 0b981382..a7c5b6b5 100644 --- a/specification/resources/inference/inference_cancel_batch.yml +++ b/specification/resources/inference/inference_cancel_batch.yml @@ -13,7 +13,7 @@ description: > Partial results produced before cancellation remain available via `GET /v1/batches/{batch_id}/results`. tags: - - Additional Batch Inference Helper APIs + - Batch Inference servers: - url: "https://inference.do-ai.run" description: production diff --git a/specification/resources/inference/inference_list_batches.yml b/specification/resources/inference/inference_list_batches.yml index 2508192e..85b57b13 100644 --- a/specification/resources/inference/inference_list_batches.yml +++ b/specification/resources/inference/inference_list_batches.yml @@ -5,7 +5,7 @@ description: > `limit` to control page size and `after` to page forward using the `last_id` from the previous response. tags: - - Additional Batch Inference Helper APIs + - Batch Inference servers: - url: "https://inference.do-ai.run" description: production