← all adapters

llm-style

simulates OpenAI API + Anthropic API OpenAI v1 / Anthropic v1

restadapter v0.1.03 routes

use it

# add to stunt.yaml
services:
  llm:
    adapter: embedded:llm-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

routes (3)

POST/v1/chat/completions
GET/v1/models
POST/v1/messages