Mistral FIM Completion
mistral_fim_completionCompletes code between a given prefix and suffix using Codestral, filling the gap at the cursor position to finish partial code.
Instructions
Fill-in-the-Middle code completion using Codestral.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop | No | Stop sequences | |
| model | No | Model ID | codestral-latest |
| top_p | No | Top P | |
| prompt | Yes | Code before cursor | |
| suffix | No | Code after cursor | |
| max_tokens | No | Max tokens | |
| min_tokens | No | Min tokens | |
| random_seed | No | Random seed | |
| temperature | No | Temperature |