New-Api: Unify AI Models
Use the New-Api to connect and manage multiple AI models together.
"A founder wants to integrate an OpenAI model with their existing customer support chatbot that uses Claude. They set up a connection using New-Api, then configure the automation to convert the OpenAI model's responses to Claude-compatible inputs. Next, they add a webhook to notify the chatbot to update the conversation history. Now, the support team can easily switch between using OpenAI and Claude without needing to rewrite their entire workflow."
- โขWhen you need to manage multiple AI models from different sources
- โขWhen you want to convert AI models to be compatible with Claude, OpenAI, or Gemini
- โขWhen you require a unified gateway for distributing AI models across your organization
curl -X POST -H 'Content-Type: application/json' -d '{"model": "my_model", "source": "llm", "target": "openai"}' http://localhost:8080/convertSkip the builder โ one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package โ nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/new-api && curl -fsSL https://workflowstacks.com/api/skills/new-api/claude-skill -o ~/.claude/skills/new-api/SKILL.mdOpens the app with this repo with the prompt ready to go โ no copy-paste needed.
New-Api: Unify AI Models is a very large Go project (~294k lines across 1820 code files, plus 22 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, AGPL-3.0 license, has a test suite.
- 1README.mdStart here โ what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3main.goWhere the program starts running
- 4go.modDependencies and the commands it exposes
- 5.env.exampleThe API keys and settings you must provide
Skip the builder โ one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package โ nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/new-api && curl -fsSL https://workflowstacks.com/api/skills/new-api/claude-skill -o ~/.claude/skills/new-api/SKILL.mdOpens the app with this repo with the prompt ready to go โ no copy-paste needed.
Are you the creator of this tool? Claim your listing โ and earn 85% of every sale.
Related skills
More claude-skill tools founders pair with this one.