Futures
Access hundreds of perpetual contracts
CFD
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
CFD
U.S. stock CFD derivatives
US Stocks
Access real US stocks and ETFs
HK Stocks
Trade quality Hong Kong-listed stocks
Stock Futures
High leverage, 24/7 trading
Tokenized Stocks
Backed by real stock assets
IPO Access
Unlock full access to global stock IPOs
GUSD
Mint GUSD for Treasury RWA yields
Stocks Activities
Trade Popular Stocks and Unlock Generous Airdrops
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
IPO Access
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
How to complete the gate.ai cursor setup in Cursor
Gate.AI compatible OpenAI integration method allows developers to connect Cursor to Gate.AI using a Gate.AI API key, Gate.AI OpenAI base URL, and supported model IDs (as of June 2026). This configuration is especially important for developers who want to send model requests from Cursor Chat, Composer, Agent, or similar code interfaces via Gate.AI instead of the default model provider. This guide only covers the Cursor configuration process; for broader API integration methods, please refer to the Gate.AI API Integration Guide.
Prerequisites
Content based on: Gate.AI official documentation and accompanying Cursor configuration screenshots, as of June 2026.
What can you do after completing this guide?
After configuring Gate.AI in Cursor, you will be able to add Gate.AI as a custom model route in Cursor by inputting your Gate.AI API key and OpenAI-compatible base URL, selecting models like deepseek/deepseek-v3.2, and using that model in Cursor’s chat or Agent interface.
This guide only covers Cursor interface configuration. It does not include SDK integration, Claude Code setup, Claude Desktop configuration, or enterprise permission settings.
Step 1: Open Cursor Settings
This step opens the Cursor configuration area for managing models and API settings.
Action: In Cursor, go to the top-right corner and click the Settings icon. According to Gate.AI official documentation, the Cursor entry point is Top-right menu → Settings.
Step 2: Open Model Settings
This step navigates to the Cursor model configuration page.
Action: In Cursor Settings, select Models from the left sidebar. If the full model list isn’t visible, choose View All Models. Gate.AI official documentation states that the path to add custom models in Cursor is Models → View All Models.
Step 3: Click Add Custom Model
This step creates a new custom model entry for Gate.AI.
Action: Scroll to the bottom of the model list and click Add Custom Model. Gate.AI official documentation notes that the Cursor path for configuration requires scrolling to the bottom and selecting Add Custom Model.
Step 4: Add Gate.AI Model ID
This step informs Cursor which Gate.AI-supported model will handle requests.
Action: Enter the Gate.AI model ID in Cursor, then click Add. Use the format provider/model-name, e.g., deepseek/deepseek-v3.2. Gate.AI official documentation states that Cursor should obtain model IDs from the model marketplace, and configuration should not use auto.
According to Gate.AI official documentation (as of June 2026), model IDs follow the provider/model-name format; deepseek/deepseek-v3.2 is an example of a supported model ID.
Step 5: Enter Gate.AI API Key and Base URL
This step connects Cursor’s OpenAI-compatible API fields to Gate.AI.
Action: In the API Key section, enable OpenAI API Key and paste your Gate.AI API key. Then enable Override OpenAI Base URL and input:
Gate.AI official documentation lists the compatible base URL for OpenAI, emphasizing the correct API path as /openai/v1, not just /v1.
Step 6: Select Gate.AI Model in Cursor Chat
This step confirms that Cursor can use the Gate.AI model in code interactions.
Action: Close Cursor Settings, open Cursor Chat, Composer, Agent, or other dialogue interfaces, and select the model you added in the model selector. Gate.AI official documentation states that the added model can be selected in Chat, Composer, Agent, and other dialogue interfaces.
You should see the configured model name, such as deepseek/deepseek-v3.2, in the model selector.
What values should be entered for gate.ai cursor configuration?
| Cursor Field | Input Value | Configuration Rules | |--------------------------|--------------------------------------------------------------|---------------------------------------------------| | Custom Model ID | Example: deepseek/deepseek-v3.2 | Use provider/model-name format, do not use auto. | | OpenAI API Key | Your Gate.AI API key | Ensure the key is valid and copied correctly. | | Override OpenAI Base URL | | Use /openai/v1, not just /v1. | | Model Selector | Your added model | Select the model before testing commands. |
Model ID and base URL are the most critical fields in gate.ai cursor configuration. If Cursor accepts the key but cannot route requests, first check the model ID format and base URL, then consider changing other settings.
Troubleshooting list if Gate.AI cannot be used in Cursor
Issue: Cursor shows 401 or connection failure.
Issue: Cursor indicates model unavailable or not found.
Issue: Cursor returns unknown API path or 404 errors.
Issue: Custom model does not appear in Cursor Chat.
Issue: One model is available but another isn’t.
Next steps: what can be configured or developed?
For broader developer integration workflows, refer to the Gate.AI API Integration Guide. This guide details how Gate.AI API connects within the OpenAI-compatible development process.
Use Gate.AI documentation for official configuration references. For model selection, see the Gate.AI model list. If budget or usage review is needed, check Gate.AI pricing before deploying in production.
Frequently Asked Questions
Can I use auto as the model ID in Cursor?
No. Gate.AI official documentation states that Cursor should use specific model IDs from the model marketplace, not auto.
What Gate.AI base URL should I input in Cursor?
Use the URL. Gate.AI emphasizes that the OpenAI-compatible path is /openai/v1, not just /v1.
** Where do I select the Gate.AI model after configuration?**
Open Cursor Chat, Composer, Agent, or other dialogue interfaces, then select the added model in Cursor’s model selector.
** Why might the API key work elsewhere but not in Cursor?**
Possible reasons include using an unsaved model entry, incorrect base URL, or wrong model ID. Recheck the model ID, API key toggle, base URL toggle, and model selector.