Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

operations.CreateRerankResponseBody

const value: operations.CreateRerankResponseBody = {
  model: "cohere/rerank-v3.5",
  results: [
    {
      document: {
        text: "Paris is the capital of France.",
      },
      index: 0,
      relevanceScore: 0.98,
    },
  ],
};

string

const value: string = "<value>";