Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ZeroEntropy Models API

The Models API from ZeroEntropy — 2 operation(s) for models.

ZeroEntropy Models API is one of 7 APIs that ZeroEntropy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Models. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 2 operations across 2 paths, and defines 9 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against 2 base URLs: https://api.zeroentropy.dev/v1, https://eu-api.zeroentropy.dev/v1.

2 operations 2 paths 9 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.zeroentropy.dev/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ZeroEntropy Models API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

  • HTTPBearer — The Authorization header must be provided in the format Bearer . You can get your API Key at the [Dashboard](https://dashboard.zeroentropy.dev/)!

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 POST. Each is listed below with its method, path, parameters, and response codes.

Models 2
POST
/models/rerank
Rerank
rerank_models_rerank_post body → 200404422
POST
/models/embed
Embed
embed_models_embed_post body → 200404422

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are EmbedRequest (6 properties), RerankResponse (6 properties), RerankRequest (5 properties), ValidationError (3 properties). Each schema is shown below with its type and property counts.

EmbedRequest
object
6 properties 3 required
RerankResult
object
2 properties 2 required
ValidationError
object
3 properties 3 required
EmbedResult
object
1 property 1 required
RerankRequest
object
5 properties 3 required
EmbedUsage
object
2 properties 2 required
RerankResponse
object
6 properties 6 required
HTTPValidationError
object
1 property
EmbedResponse
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zeroentropy-models-api-openapi.yml Raw ↑

Other APIs ZeroEntropy publishes across the network.

ZeroEntropy Admin API
ZeroEntropy Collections API
ZeroEntropy Documents API
ZeroEntropy Queries API
ZeroEntropy Status API
ZeroEntropy Usage API