mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-08-14 19:14:24 +00:00
docs: add opencode-litellm to plugins
This commit is contained in:
parent
6624a86531
commit
bf4529e77e
1 changed files with 19 additions and 0 deletions
19
data/plugins/opencode-litellm.yaml
Normal file
19
data/plugins/opencode-litellm.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: Opencode LiteLLM
|
||||
repo: https://github.com/yuseferi/opencode-litellm
|
||||
tagline: Auto-discover models from a LiteLLM proxy
|
||||
description: |
|
||||
Drop-in LiteLLM provider for OpenCode with zero configuration. Auto-detects a running
|
||||
LiteLLM proxy on common ports (4000, 8000, 8080), pulls every model from /v1/models,
|
||||
and registers them in OpenCode automatically — no model lists to hand-maintain. Smart
|
||||
name formatting, modality categorization (chat/embedding/image/audio), provider
|
||||
extraction, optional API-key auth, and a 5-second timeout so a slow proxy never blocks
|
||||
startup.
|
||||
scope:
|
||||
- global
|
||||
- project
|
||||
tags:
|
||||
- litellm
|
||||
- provider
|
||||
- openai-compatible
|
||||
- llm-proxy
|
||||
- model-discovery
|
||||
Loading…
Add table
Add a link
Reference in a new issue