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

cjwbw /gorilla:4a1a7ce8

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_parsed': {'title': 'Api Call Parsed',
                                    'type': 'string'},
                'api_provider_parsed': {'title': 'Api Provider Parsed',
                                        'type': 'string'},
                'code_parsed': {'title': 'Code Parsed', 'type': 'string'},
                'domain_parsed': {'title': 'Domain Parsed', 'type': 'string'},
                'explanation_parsed': {'title': 'Explanation Parsed',
                                       'type': 'string'},
                'raw_text_response': {'title': 'Raw Text Response',
                                      'type': 'string'}},
 'required': ['raw_text_response'],
 'title': 'ModelOutput',
 'type': 'object'}