Skip to content

SillyTavern

SillyTavern natively supports OpenAI-compatible endpoints. Use the "Custom (OpenAI-compatible)" source to connect to this service.

Official docs: https://docs.sillytavern.app/usage/api-connections/

1. Open the API panel

Click the plug icon in the top toolbar to open the API Connections panel.

2. Select the connection type

  • API dropdown → select Chat Completion
  • Chat Completion Source dropdown → select Custom (OpenAI-compatible)

3. Fill in the connection details

FieldValue
Custom Endpoint (Base URL)https://api.gemiaude.com/v1
Custom API KeyYour codex_... or sk-... key
ModelSelect from the list, or enter gpt-5-codex-mini manually

4. Connect and verify

Click Connect. A green status indicator in the status bar means the connection is active.

Notes

  • The Custom Endpoint takes the full base URL including /v1: https://api.gemiaude.com/v1
  • To use Claude models, switch the Source to Anthropic and fill in the corresponding fields
  • Streaming is supported and compatible with this service

OpenAI-compatible gateway integration docs