Generate DNA sequences

Generate DNA sequences

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

Sequence data of the DNA.

≥ 1

Number of tokens to be generated.

≤ 1.3

Scale of randomness in the temperature sampling process. Values lower than 1.0 generates a sharper distribution, which is less random. Values higher than 1.0 generates a uniform distribution, which is more random.

0 to 6

Specifies the number of highest probability tokens to consider. When set to 1, it selects only the token with the highest probability. The higher the values are set, the more diverse the sampling will be. If set to 0, all tokens are considered.

0 to 1

This parameter specifies the top-p threshold number, between 0 and 1, that enables nucleus sampling. When cumulative probability of the smallest possible set of tokens exceeds the top_p threshold, it filters out the rest of the tokens. Setting this to 0.0 disables top-p sampling.

Turns the Evo 2 model into a deterministic model, where an input DNA and a fixed seed always produces the same output. This argument should only be used for development purposes.

boolean
Defaults to false

Enables or disables Logits reporting in the output response.

boolean
Defaults to false

Enables or disables the reporting of sampled token probabilities. When enabled, generates a list of probability values, between 0 and 1, corresponding to each token in the output sequence. These probabilities represent the model's confidence each token selection during the generation process. The resulting list has the same length as the output sequence, which provides insight into the model's decision-making at each step of text generation.

boolean
Defaults to false

Enables or disables the reporting of per-token timing statistics, which is used for benchmarking.

Responses

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