inference-providers
CRUD + test for inference provider configurations.
GET /api/v1/inference-providers/ POST /api/v1/inference-providers/ GET /api/v1/inference-providers// PATCH /api/v1/inference-providers// DELETE /api/v1/inference-providers// POST /api/v1/inference-providers//test/
GET
CRUD + test for inference provider configurations.
Authorizations
API key for authentication. Generate one in Mission Control Settings > Security & Identity.
Query Parameters
Which field to use when ordering the results.
The pagination cursor value.
Number of results to return per page.
Sets the CursorPagination offset when cursor is also set. e.g. cursor=...&offset=1
Sets the CursorPagination reverse when cursor is also set. e.g. cursor=...&reverse=1.
CRUD + test for inference provider configurations.