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

cjwbw /gorilla:673a4585

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
I would like to translate 'I feel very good today.' from English to French.
None
model_name
string (enum)
gorilla-llm/gorilla-mpt-7b-hf-v0

Options:

gorilla-llm/gorilla-mpt-7b-hf-v0, gorilla-llm/gorilla-falcon-7b-hf-v0

Choose a model.
temperature
number
0.7
Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic.
max_new_tokens
integer
1024
Max new tokens to generate.

Output schema

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

Schema
{'properties': {'api_call': {'title': 'Api Call', 'type': 'string'},
                'api_provider': {'title': 'Api Provider', 'type': 'string'},
                'code': {'title': 'Code', 'type': 'string'},
                'domain': {'title': 'Domain', 'type': 'string'},
                'explanation': {'title': 'Explanation', 'type': 'string'}},
 'required': ['domain', 'api_call', 'api_provider', 'explanation', 'code'],
 'title': 'ModelOutput',
 'type': 'object'}