Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAPTIVA_API_KEY | Yes | Your Saptiva API key, obtainable from Saptiva Lab (https://lab.saptiva.com/) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| saptiva_chat | Send a chat completion request to Saptiva AI models. Supports multiple models including Saptiva Turbo (fast), Cortex (reasoning), Legacy (tool-compatible), and more. |
| saptiva_reason | Use Saptiva Cortex for complex reasoning tasks. Shows the model's chain-of-thought reasoning process along with the final answer. Best for math, logic, analysis, and multi-step problems. |
| saptiva_ocr | Extract text from images using Saptiva OCR model. Supports both URLs and base64 encoded images. Great for document processing, receipt scanning, and image text extraction. |
| saptiva_embed | Generate semantic embeddings for text using Saptiva Embed model. Useful for similarity search, clustering, and RAG applications. |
| saptiva_batch_embed | Generate embeddings for multiple texts at once. More efficient than calling saptiva_embed multiple times. |
| saptiva_list_models | List all available Saptiva AI models with their capabilities, descriptions, and pricing. |
| saptiva_help | 🎓 GUÍA PARA PRINCIPIANTES - Muestra ejemplos de peticiones y respuestas de la API de Saptiva. Temas disponibles:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| code_review | Review code for bugs, improvements, and best practices |
| explain_concept | Explain a technical concept in simple terms |
| write_documentation | Generate documentation for code or APIs |
| debug_help | Help debug an error or issue |
| mexican_legal | Get help with Mexican legal and regulatory context using Saptiva KAL |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Saptiva Models | List of available Saptiva AI models and their capabilities |
| Saptiva Pricing | Pricing information for Saptiva models (per million tokens) |