> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # CreateRerankResponse ## Supported Types ### `operations.CreateRerankResponseBody` ```typescript theme={null} const value: operations.CreateRerankResponseBody = { model: "cohere/rerank-v3.5", results: [ { document: {}, index: 0, relevanceScore: 0.98, }, ], }; ``` ### `string` ```typescript theme={null} const value: string = ""; ```