@tierfall/adapter-openai-compatible
v0.1.0
Published
TierFall adapter for OpenAI-compatible APIs (Groq, DeepSeek, OpenAI, Cerebras, OpenRouter, ...)
Downloads
23
Readme
@tierfall/adapter-openai-compatible
TierFall adapter for any OpenAI-compatible Chat Completions endpoint (Groq, DeepSeek, OpenAI, Cerebras, OpenRouter, vLLM, ...).
Install
pnpm add @tierfall/core @tierfall/adapter-openai-compatibleUsage
Implementation pending — see issues #6 (adapter) and #7 (presets). The skeleton compiles and exposes the configuration surface; calling
complete()or any preset factory throws "not yet implemented".
import { OpenAICompatibleAdapter } from '@tierfall/adapter-openai-compatible';
import { presets } from '@tierfall/adapter-openai-compatible/presets';
const groq = new OpenAICompatibleAdapter(presets.groq());License
Apache-2.0
