POST /v1/rerank.
Here is an example of reranking documents:
Parameters:
model: The model ID of the model you want to usequery: The search query or question to rank documents againstdocuments: The list of documents to reranktop_n: The number of top ranked results to return (optional)max_tokens_per_doc: Maximum number of tokens to consider per document (default: 4096)

