com.jojapi/swift-ai
com.jojapi/swift-aiSwift AI: Access a wide range of AI models⚡, including OpenAI 🤖,DeepSeek 🔍, Claude 🧠, Gemini 🌟, and.
Tools · 4
Creates a model response for the given chat conversation. Group: Chat. Billing per call: Credits: metered (~0 avg).
Creates an embedding vector representing the input text. Group: Embeddings. Billing per call: Credits: metered.
Classifies if text is potentially harmful. Group: Moderations. Billing per call: Credits: metered.
Return a list of available models on this API Group: List Models. Billing per call: Credits: metered.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.jojapi/swift-ai": {
"url": "https://mcp.jojapi.com/swift-ai",
"transport": "streamable-http"
}
}
}