Xcode Integration
Use LangMart with Apple Intelligence in Xcode 26 to access AI models directly in your development environment.
Prerequisites
- macOS Tahoe 26.0 Beta or later
- Xcode 26 beta 4 or later
Setup Instructions
Step 1: Access Intelligence Settings
Navigate to Settings > Intelligence > Add a Model Provider in your macOS system preferences.
Step 2: Configure LangMart Provider
In the "Add a Model Provider" dialog, enter:
| Field | Value |
|---|---|
| URL | https://api.langmart.ai/api |
| API Key Header | Authorization |
| API Key | Bearer your-langmart-api-key |
| Description | LangMart |
Important: Do not add
/v1at the end for Xcode integration. Use/apiinstead.
Click Add to save the configuration.
Step 3: Browse Available Models
Once configured, click on LangMart to see all available models. Bookmark your favorite models for quick access.
Available models include:
- GPT-4o and GPT-4o-mini
- Claude 3.5 Sonnet
- Gemini Pro
- And many more
Step 4: Start Using AI in Xcode
Open the chat interface and start chatting with your selected models directly in Xcode.
Features
| Feature | Description |
|---|---|
| Code Completion | Intelligent code suggestions |
| Code Explanation | Ask questions about your code |
| Refactoring | Improve code structure |
| Documentation | Generate comments and docs |