spice-models

Installation
SKILL.md

Spice Model Providers

Model providers enable LLM chat completions and inference through a unified OpenAI-compatible API.

Basic Configuration

models:
  - from: <provider>:<model_id>
    name: <model_name>
    params:
      <provider>_api_key: ${ secrets:API_KEY }
      tools: auto # optional: enable runtime tools
      system_prompt: | # optional: default system prompt
        You are a helpful assistant.

Supported Providers

Related skills

More from spiceai/skills

Installs
16
Repository
spiceai/skills
GitHub Stars
3
First Seen
Jan 25, 2026