| name | syntra-ai |
| description | AI features and vector search with Syntra. Use when configuring AI models, running chat completions, generating images, creating embeddings, building semantic search, setting up RAG pipelines, or managing vector collections. |
Syntra AI
All AI features route through OpenRouter, supporting 200+ models from OpenAI, Anthropic, Google, Meta, Mistral, and more.
Setup
- Set
OPENROUTER_API_KEY in environment
ai_create_config — define a model configuration
- Use the config ID for inference calls
Create a config
{
"input_modality": "text",
"output_modality": "text",
"provider": "openrouter",
"model_id": "anthropic/claude-sonnet-4-5-20250929",
"system_prompt": "You are a helpful assistant."
}
AI model configs
ai_list_configs — list all configs
ai_create_config — create a new config (model, provider, modality, system prompt)
ai_get_config / / — CRUD operations