Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
midnightcoderagent
/
MidnightCoder-80B
:latest
17
Downloads
Updated
2 days ago
**MidnightCoder-80B** coding model for the Midnight Coder AI coding agent. Optimized for local software engineering with SmartContext (~45% prompt context reduction). Install the agent with `npm install -g midnight-coder`.
**MidnightCoder-80B** coding model for the Midnight Coder AI coding agent. Optimized for local software engineering with SmartContext (~45% prompt context reduction). Install the agent with `npm install -g midnight-coder`.
Cancel
MidnightCoder-80B:latest
...
/
params
1213a7233c3b · 163B
{
"num_ctx": 4096,
"repeat_penalty": 1.1,
"stop": [
"<|im_start|>",
"<|im_end|>",
"<|endoftext|>"
],
"temperature": 0.15,
"top_k": 30,
"top_p": 0.8
}