Other Code Editor Integrations

You can use the Nia API with any IDE or developer tool that uses LLMs and allows you to use custom models that use the OpenAI chat/completions format.

Simply override the base URL to https://api.trynia.ai and add your Nia API key.

For tools that support Model Context Protocol (MCP), you can also use the Nia MCP server for direct codebase queries. See the MCP integration guide for details.

Rate Limits

All project API keys have a default rate limit of 60 requests per minute. This can be increased by contacting us if you’re on the Pro plan.

VS Code

Works with VS Code extensions that support custom OpenAI-compatible endpoints

JetBrains IDEs

Compatible with AI assistants in IntelliJ, PyCharm, and other JetBrains products

Neovim

Works with Neovim plugins that support OpenAI API format