For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DiscordPlatform
DocumentationIntegrationsAPI referenceSDKsChangelog
DocumentationIntegrationsAPI referenceSDKsChangelog
  • Integrations
    • Overview
      • OpenAI
      • Anthropic
      • Google Gemini
      • Mistral
      • Baseten
      • Fireworks AI
      • Groq
      • Perplexity AI
      • Replicate
      • Together AI
      • xAI
      • AI21 Labs
      • Cohere
      • DeepSeek
      • Inference
      • Moonshot
      • Nebius AI
      • Nextbit
      • Novita AI
      • OpenRouter
      • Parasail
      • Reducto
      • AWS Bedrock
      • Google Vertex AI
      • Azure OpenAI
      • Custom Provider
LogoLogo
DiscordPlatform
On this page
  • Novita AI models compatibility
  • Add Novita AI API keys
  • Via UI
IntegrationsModel Providers

Novita AI

Was this page helpful?
Previous

OpenRouter

Route OpenRouter model calls through Respan Gateway using your own OpenRouter credits.
Next
Built with
Set up Respan
  1. Sign up — Create an account at platform.respan.ai
  2. Create an API key — Generate one on the API keys page
  3. Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Use AI

Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.

1{
2 "mcpServers": {
3 "respan-docs": {
4 "url": "https://mcp.respan.ai/mcp/docs"
5 }
6 }
7}
Get Novita AI API key

Get your Novita AI API key from the Novita AI platform to start using Novita AI models through Respan.

Novita AI models compatibility

✅ Supported Frameworks
  • OpenAI SDK
  • LangChain SDK
  • Vercel/OpenAI
  • Vercel/Google
  • LlamaIndex SDK
  • Google GenAI
  • Respan native (Otel)
❌ Unsupported Frameworks
  • Anthropic SDK
  • Vercel/Anthropic

To use Respan LLM proxy, you need to add your own credentials to call models from each provider. Here’s how you can add your Novita AI credentials on Respan platform.

Add Novita AI API keys

There are 2 ways to add your Novita AI credentials to your requests:

Via UI

1

Go to the Providers page

The Providers page allows you to add your own credentials for each provider. Currently, over 20+ providers are supported.

Providers Page
2

Add your Novita AI API key.

Respan Credentials PageRespan Credentials Page
3

Call Novita AI models

You can now call Novita AI models on Respan platform.

Go to Models page and select Novita AI from the provider dropdown.

Respan Credentials PageRespan Credentials Page

Then add the correct Novita AI model ID in the Model field.

Example
1"model": "novita/deepseek-ai/DeepSeek-R1"

Check out LLM proxy to know more about how to use the models.