Create Rerank

Creates a rerank request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

Specifies the model to be used.

Allowed:
string
required
Defaults to Apple

Required. The search query.

documents
array of strings
required
length ≥ 1
Defaults to 苹果,香蕉,水果,蔬菜

Required. List of documents to be reordered. If document objects are provided, the 'text' field is mandatory, and other fields will be preserved in the response.

documents*
integer

Number of most relevant documents or indices to return.

boolean
Defaults to false

If false, the response does not include document text; if true, it includes the input document text.

integer
Defaults to 1024

Maximum number of chunks generated from within a document. Long documents are divided into multiple chunks for calculation, and the highest score among the chunks is taken as the document's score.

integer
≤ 80
Defaults to 80

Number of token overlaps between adjacent chunks when documents are chunked.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json