Skip to content

feat(providers): add NeuralWatt energy-efficient inference provider #245

Description

@gr3enarr0w

Summary

Add NeuralWatt (api.neuralwatt.com) as a direct inference provider. NeuralWatt hosts open-source models on energy-efficient hardware with a fully OpenAI-compatible API.

Details

  • Base URL: https://api.neuralwatt.com/v1
  • Auth: Authorization: Bearer $NEURALWATT_API_KEY
  • API: OpenAI-compatible (/v1/chat/completions, /v1/models)
  • Models: Llama-3.3-70B, GLM-5.1-FP8, Llama-3.1-8B (live discovery via /v1/models)

Implementation

Implemented in PR #242.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions