Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions specification/DigitalOcean-public.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -712,7 +706,6 @@ x-tagGroups:
- Inference Introduction
- Agent Inference
- Batch Inference
- Additional Batch Inference Helper APIs
- Embeddings
- Serverless Inference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading