mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-20 22:44:23 +00:00
19 lines
704 B
YAML
19 lines
704 B
YAML
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
|