| name | telnyx-openclaw-intelligence |
| description | Add Telnyx as an OpenClaw text-inference provider with TELNYX_API_KEY auth and OpenAI-compatible webchat completions support. |
| homepage | https://github.com/team-telnyx/telnyx-openclaw-intelligence |
| metadata | {"openclaw":{"emoji":"🧠","requires":{"env":["TELNYX_API_KEY"]},"install":[{"id":"github","kind":"github","package":"team-telnyx/telnyx-openclaw-intelligence","label":"Install the Telnyx intelligence OpenClaw plugin"}]}} |
Telnyx Intelligence Provider (AIF-127)
Native Telnyx AI text-inference plugin for OpenClaw. Registers the telnyx provider for OpenAI-compatible chat completions — no LiteLLM proxy needed.
Install
openclaw plugins install /path/to/telnyx-openclaw-intelligence
Or from your project root:
cd ~/projects/telnyx-openclaw-intelligence
npm install && npm run build
openclaw plugins install .
Configure
export TELNYX_API_KEY="KEY_your_api_key_here"
Use
/model telnyx/meta-llama/Meta-Llama-3.1-70B-Instruct
Key Models
telnyx/meta-llama/Meta-Llama-3.1-70B-Instruct (default)
telnyx/openai/gpt-5
telnyx/anthropic/claude-opus-4-6
telnyx/google/gemini-2.5-flash
telnyx/Qwen/Qwen3-235B-A22B
telnyx/moonshotai/Kimi-K2.6
Source
https://github.com/team-telnyx/telnyx-openclaw-intelligence