3

370.ai AI Gateway

One key, 100+ models — chat with any LLM and generate video, images, and speech.

370.ai·No reviews yet
Docs
Share:

About

One key, 100+ models — chat with any LLM and generate video, images, and speech.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about 370.ai AI Gateway.

What is the 370.ai AI Gateway?
The 370.ai AI Gateway provides a unified interface to access over 100 large language models (LLMs) and generative AI services. It supports various AI capabilities such as text generation, image creation, speech synthesis, and video generation, all through a single API key.
How do I configure the 370.ai AI Gateway in an MCP client like Cline?
To use the 370.ai AI Gateway with an MCP client, you would typically add it as a new server. Configure the transport as 'stdio' and the authentication type as 'none'. The specific configuration details may vary depending on the client's interface for adding new MCP servers.
Does the 370.ai AI Gateway require an API key or other credentials?
The 370.ai AI Gateway operates with a single API key to access its extensive suite of AI models and services. This key is typically provided by 370.ai upon registration and is used for authentication across all supported AI functionalities.
What generative AI capabilities does the 370.ai AI Gateway expose?
The gateway exposes capabilities for chatting with LLMs, generating video content, creating images, and synthesizing speech. These diverse functionalities allow for the integration of various generative AI services through a single access point.
What are the cost implications of using the 370.ai AI Gateway?
The cost of using the 370.ai AI Gateway depends on the specific pricing model offered by 370.ai, which is typically based on usage of the underlying AI services. Further details on pricing and licensing can be found on the 370.ai documentation website.
Are there any prerequisites for using the 370.ai AI Gateway?
A key prerequisite for utilizing the 370.ai AI Gateway is obtaining the unified API key from 370.ai. Additionally, ensure your client environment supports the 'stdio' transport protocol for communication with the gateway.

Install 370.ai AI Gateway

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "370-ai-ai-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-370-ai-ai-gateway"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "370-ai-ai-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-370-ai-ai-gateway"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "370-ai-ai-gateway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-370-ai-ai-gateway"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.