Skip to content

Add NeuralWatt provider with 9 models#1310

Open
robbiebow wants to merge 1 commit intoanomalyco:devfrom
robbiebow:add-neuralwatt-provider
Open

Add NeuralWatt provider with 9 models#1310
robbiebow wants to merge 1 commit intoanomalyco:devfrom
robbiebow:add-neuralwatt-provider

Conversation

@robbiebow
Copy link
Copy Markdown

Summary

Adds NeuralWatt as a new provider to models.dev. NeuralWatt is an energy-efficient AI inference provider with an OpenAI-compatible API, featuring energy-based pricing and real-time energy metrics per request.

Provider Details:

  • API: https://api.neuralwatt.com (OpenAI-compatible)
  • Environment variable: NEURALWATT_API_KEY
  • NPM package: @ai-sdk/openai-compatible
  • Documentation: https://portal.neuralwatt.com/docs

Models Added (9):

Model Family Context Input/Output (per 1M) Features
Devstral Small 2 24B devstral 262K $0.10 / $0.30 Vision, Tools, JSON
GLM-5 glm 200K $0.90 / $2.90 Tools
GLM-5 Fast glm-flash 200K $0.90 / $2.90 Tools
GPT-OSS 20B gpt-oss 16K $0.00 / $0.20 Tools, JSON
Kimi K2.5 kimi 262K $0.50 / $2.60 Vision, Tools, JSON
Kimi K2.5 Fast kimi 262K $0.50 / $2.60 Vision, Tools, JSON
MiniMax M2.5 minimax-m2.5 196K $0.30 / $1.40 Tools, JSON
Qwen3.5 397B qwen 262K $0.70 / $4.10 Tools, JSON
Qwen3.5 397B Fast qwen 262K $0.70 / $4.10 Tools, JSON

Validation: All configurations pass bun validate

NeuralWatt is an energy-efficient AI inference provider with OpenAI-compatible API.
Features energy-based pricing and real-time energy metrics per request.

Models added:
- Devstral Small 2 24B (Mistral) - Vision, Tools, JSON
- GLM-5 (ZhipuAI) - Tools
- GLM-5 Fast (ZhipuAI) - Tools
- GPT-OSS 20B (OpenAI) - Tools, JSON
- Kimi K2.5 (MoonshotAI) - Vision, Tools, JSON
- Kimi K2.5 Fast (MoonshotAI) - Vision, Tools, JSON
- MiniMax M2.5 - Tools, JSON
- Qwen3.5 397B - Tools, JSON
- Qwen3.5 397B Fast - Tools, JSON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant