You're looking at a specific version of this model. Jump to the model overview.
vatsalkshah /flock-web3-foundation-model:3babfa32
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 |
|---|---|---|---|
| query |
string
|
The user query to process.
|
|
| tools |
string
|
JSON string representing available tools.
|
|
| max_new_tokens |
integer
|
3000
Min: 1 Max: 8000 |
Max number of tokens to generate
|
| temperature |
number
|
0.7
Min: 0.01 Max: 5 |
Sampling temperature
|
| top_p |
number
|
0.9
Min: 0.01 Max: 1 |
Top-p sampling cutoff
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}