Skip to main content
Cursor can call Moxus AI through a custom OpenAI API key and Base URL. This mainly affects Chat, Composer, and Agent workflows. Tab completion behavior depends on Cursor’s current version and plan rules.

Values

FieldValue
OpenAI API Keysk-your-key
Override OpenAI Base URLhttps://moxus.ai/v1
Model nameCopy the exact name from Models and pricing

Setup

1

Open model settings

In Cursor, go to Settings → Models.
2

Enable OpenAI API Key

Turn on OpenAI API Key and paste your Moxus AI sk- key.
3

Set the Base URL

Enable Override OpenAI Base URL and enter https://moxus.ai/v1.
4

Add or enable models

Search for or add the model name shown in Moxus AI’s Models and pricing page.
5

Test a request

Open Chat or Composer, choose a model, and send a short test message.

How to use it

  • Cmd/Ctrl + L: open chat for code explanation and project questions.
  • Cmd/Ctrl + I: open Composer for code edits.
  • Agent mode: useful for multi-file tasks, but it may produce more requests and higher cost.
Cursor Free may only allow Auto mode. Providing your own API key does not necessarily unlock manual model selection inside Cursor.

Troubleshooting

This is a Cursor plan limitation, not a Moxus AI key error. Switch to Auto or upgrade Cursor before selecting a specific model manually.
Add the exact model name from Models and pricing. Do not use embedding models such as text-embedding-3-small for coding chat.
Open Usage and check whether the request reached Moxus AI, which key was used, and which model was called.

Next steps