You're looking at a specific version of this model. Jump to the model overview.
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 |
string
(enum)
|
gorilla-7b-hf-v1
Options: gorilla-7b-hf-v1, gorilla-7b-th-v0, gorilla-7b-tf-v0, gorilla-mpt-7b-hf-v0 |
Choose a model.
|
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'}