OpenAI / OpenAI-compatible provider #1
Labels
No labels
bug
commercial
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jasoncouture/llama-shears#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mirror
LlamaShears.Provider.Ollama's shape for an OpenAI-compatible provider.llama-server(ships with llama.cpp) exposes/v1/chat/completions,/v1/completions,/v1/embeddings, and/v1/modelsnatively, so the same provider also covers any OpenAI-API-compatible local server (vLLM, LM Studio, TabbyAPI, etc.) — one provider, many backends.Open questions:
Tracked in TASKS.md.
Closed by PR #43 —
LlamaShears.Provider.OpenAIships against/v1/chat/completionswith streaming, tool calls, multimodal, and reasoning-content support.