diff --git a/specification/DigitalOcean-public.v2.yaml b/specification/DigitalOcean-public.v2.yaml index e415d612..2cc084c5 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