Code-specialized language model trained on 5.5T tokens of source code.
Generates Python code in your browser via WebAssembly. Choose model size and write your own prompt.
JSON syntax
{ "prompt": "Write a bubble sort", "system": "You are a Python expert. Write only code.", "max_tokens": 128, "language": "python"
}
Fields: prompt (required) — the coding task system — system prompt override max_tokens — max tokens to generate (default: 128) language — hint for syntax highlighting