Configuration

Coreply can be configured to work with various AI providers. Choose the configuration method that best suits your needs.

Coreply Cloud

Sign up and get an access key from Coreply Cloud, and paste it in the app.

This is the simplest way to get started with Coreply. No API configuration needed — just sign up, get your key, and start using suggestions.

Custom API (Simple Mode)

For an OpenAI-compatible API provider, use Simple Mode to configure:

  • API endpoint URL
  • API key
  • Model name
  • System prompt
  • Temperature and other parameters

See Providers for a guide on configuring popular AI providers like Google AI Studio, Groq, Openrouter, OpenAI, and Mistral.

Then read Prompting to understand how Coreply sends your conversation context and current typing to the model.

Custom API (Advanced Mode) (Coming soon)

For advanced use cases that require fine-grained control over the API request and response, use Advanced Mode to write raw JSON templates.

Advanced Mode gives you complete control over:

  • Request Body: Write a Mustache template for the exact JSON sent to your API
  • Suggestion Content Template: Control how the model response is processed and displayed
  • Per-app System Prompts: Use different prompts for different apps

See the Advanced Configuration Guide for detailed documentation on using these features.