You're looking at a specific version of this model. Jump to the model overview.

nomic-ai /gpt4all:1150831d

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
Prompt to send to GPT4all
n_predict
integer
128
Number of tokens to generate
seed
integer
0
RNG seed
top_k
integer
40
Choose the top k tokens
top_p
number
0.95
Pick the tockens with top p probability
repeat_penalty
number
1.3
Repeat penalty

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'title': 'Output', 'type': 'string'}