Compatibility APIs
Endpoints that let existing SDKs and tools talk to Skulk using OpenAI, Claude, or Ollama-style request formats.
📄️ OpenAI Chat Completions-compatible text generation
Generate text with an OpenAI Chat Completions-compatible payload. The requested model must already be placed and running or Skulk will return a not-found error.
📄️ Generate embeddings
OpenAI-compatible embeddings endpoint — routes through cluster pipeline.
📄️ Benchmark chat completions
Benchmark chat completions
📄️ Anthropic Claude Messages-compatible endpoint
Claude Messages-compatible text generation endpoint. As with chat completions, the target model must already be placed and ready.
📄️ OpenAI Responses-compatible endpoint
OpenAI Responses-compatible endpoint for text generation and reasoning-style workflows backed by a placed Skulk model.
📄️ Cancel an active text or image command
Request cancellation for an in-flight text or image generation command by its command ID.
📄️ Ollama version check
Returns version information for Ollama API compatibility.
📄️ Get Ollama API version
Returns version information for Ollama API compatibility.
📄️ Ollama version check
Returns version information for Ollama API compatibility.
📄️ Ollama chat
Ollama-compatible chat endpoint backed by Skulk model placement and routing.
📄️ Ollama chat alias
Ollama Chat API — accepts JSON regardless of Content-Type.
📄️ Ollama chat alias
Ollama Chat API — accepts JSON regardless of Content-Type.
📄️ Ollama generate
Ollama-compatible prompt-completion endpoint backed by a placed Skulk model.
📄️ List Ollama models
Returns list of models in Ollama tags format. We return the downloaded ones only.
📄️ List Ollama models alias
Returns list of models in Ollama tags format. We return the downloaded ones only.
📄️ List Ollama models alias
Returns list of models in Ollama tags format. We return the downloaded ones only.
📄️ Show Ollama model details
Returns model information in Ollama show format.
📄️ List running Ollama models
Returns list of running models (active instances).