You're looking at a specific version of this model. Jump to the model overview.
aurafriday /hunyuan-a13b-instruct:a7a8fe56
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
|
Hello! How can I help you today?
|
The input prompt/message for the model
|
system_prompt |
string
|
You are a helpful AI assistant.
|
System prompt to set the model's behavior
|
thinking_mode |
None
|
auto
|
Whether to enable detailed reasoning
|
max_new_tokens |
integer
|
2048
Min: 1 Max: 8192 |
Maximum number of tokens to generate
|
temperature |
number
|
0.7
Min: 0.1 Max: 2 |
Temperature for sampling (higher = more creative)
|
top_p |
number
|
0.9
Min: 0.1 Max: 1 |
Top-p sampling (nucleus sampling)
|
repetition_penalty |
number
|
1.1
Min: 1 Max: 2 |
Penalty for repetition
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'object'}