> ## Documentation Index
> Fetch the complete documentation index at: https://docs.splox.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Morph

> AI-powered code editing tools

<Card>
  **Morph** provides AI-powered code editing and transformation:

  * **Natural language edits** - Describe changes in plain English
  * **Context-aware** - Understands code structure
  * **Two speed options** - Fast for simple edits, Large for complex refactoring
  * **Multi-language** - Works with any programming language
  * **Token-based pricing** - Pay only for what you use
</Card>

***

## Available Tools

| Tool                      | Input    | Output   | Best For                         |
| ------------------------- | -------- | -------- | -------------------------------- |
| **Morph Edit File Fast**  | \$1.04/M | \$1.56/M | Quick edits, simple changes      |
| **Morph Edit File Large** | \$1.17/M | \$2.47/M | Complex refactoring, large files |

<Info>
  **Most edits cost less than a penny:**

  * Small edit (500 input + 750 output) ≈ **\$0.0017** (0.17 cents)
  * Complex refactor (2000 input + 3000 output) ≈ **\$0.0098** (0.98 cents)
</Info>

### Morph Edit File Fast

Quick code transformations and simple edits.

**Best For:**

* Variable/function renaming
* Format changes
* Quick bug fixes
* Style adjustments
* Small file edits

**Example Cost:** 500 input + 750 output = **\$0.0017**

***

### Morph Edit File Large

Complex refactoring and large file transformations.

**Best For:**

* Architecture changes
* Large-scale refactors
* Multi-file edits
* Framework migrations
* Code generation

**Example Cost:** 2000 input + 3000 output = **\$0.0098**

***

## Best Practices

<CardGroup cols={2}>
  <Card title="Clear Instructions" icon="comment">
    * Be specific about desired changes
    * Provide context when needed
    * Focus on one change at a time
    * Describe edge cases
  </Card>

  <Card title="Choose Right Tool" icon="sliders">
    * **Fast** for simple, quick edits
    * **Large** for complex transformations
    * Start with Fast, upgrade if needed
  </Card>

  <Card title="Quality Control" icon="shield-check">
    * Always review AI-generated code
    * Test changes thoroughly
    * Use version control
    * Validate edge cases
  </Card>

  <Card title="Cost Management" icon="dollar-sign">
    * Batch similar edits together
    * Use Fast for simple changes
    * Monitor usage in dashboard
    * Set spending limits
  </Card>
</CardGroup>

***

## Support

Need help with Morph integration?

<CardGroup cols={2}>
  <Card title="Morph Documentation" icon="book" href="https://docs.morphllm.com/quickstart">
    Official Morph documentation
  </Card>

  <Card title="Morph Pricing" icon="dollar-sign" href="https://docs.morphllm.com/pricing">
    Official pricing details
  </Card>

  <Card title="Splox Docs" icon="file-text" href="https://docs.splox.io/introduction">
    Browse our guides
  </Card>

  <Card title="Community" icon="users" href="https://community.splox.io">
    Get help from the community
  </Card>
</CardGroup>
