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

# SillyTavern

> Using NanoGPT with SillyTavern for character-based chat

export const exampleTextModelName = "GPT 5.6 Sol";

export const exampleTextModel = "openai/gpt-5.6-sol";

# SillyTavern Integration

Configure NanoGPT:

* Select "OpenAI" as the API type (NanoGPT uses an OpenAI-compatible API)
* Enter your NanoGPT API key
* Set the API URL to: `https://nano-gpt.com/api/v1` (SillyTavern understands the modern `delta.reasoning` stream)
* Set the Model to: <code>{exampleTextModel}</code> (or `anthropic/claude-opus-4.5`, `google/gemini-3-flash-preview`)

**Important Note**: If you choose the Chat Completions endpoint in SillyTavern, you will see NanoGPT automatically appear as an option.
