Setup
1
Open Cursor Settings
Cmd+, (Mac) or Ctrl+, (Windows) → search “OpenAI”2
Configure API
Set the following:
- OpenAI API Key:
ky-your-api-key - API Base URL:
https://kymaapi.com/v1
3
Select model
Add custom model:
llama-3.3-70b or qwen-3-32b4
Start coding
Use
Cmd+K to chat with AI using Kyma’s models.Recommended models for Cursor
Audio Models (optional)
Cursor is a coding IDE first, but if you bolt audio tooling onto your workflow (voice notes, meeting recap macros, audio QA fixtures), Kyma’s audio aliases work the same as any chat model:transcribe→whisper-v3-turbo— 228× realtime speech-to-textaudio-understand→gemini-3-flash-audio— scene/tone/music recognition
POST /v1/audio/transcriptions and POST /v1/audio/understand. The full audio surface (TTS, music, SFX, voice clone/design) is documented in the Audio API reference and Model Aliases.