Developer Kits
Developer kits provide a high-level, provider-specific interface with sync and async parity across all five supported backends.
Kit |
Import alias |
Backend |
API key? |
|---|---|---|---|
|
|
OpenAI GPT models |
Yes — |
|
|
Google Gemini models |
Yes — |
|
|
Anthropic Claude models |
Yes — |
|
|
Local Ollama server |
No |
|
|
HF Inference API / TGI / vLLM |
Optional — |
Every kit exposes the same six methods:
Method |
Returns |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Anthropic does not offer a native embedding API. Ollama embeddings require a separate embedding model (e.g.
nomic-embed-text).
Local Model Kits
See the dedicated guides for setup and usage:
Ollama — Local Model Inference — zero-config local inference with Ollama
HuggingFace — Cloud and Local Inference — HuggingFace cloud + TGI / vLLM local servers
Detailed API
Use these pages for full class/method signatures and docstrings:
Complete Module Reference (all modules, auto-generated)