vatsalkshah/flock-web3-foundation-model

FLock's Web3 Foundation Model

Public
289 runs

Run vatsalkshah/flock-web3-foundation-model with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
{
  "type": "string",
  "title": "Output"
}