@polyweave/deepseek (1.0.2)
Published 2026-07-10 15:54:45 +00:00 by Dvorak
Installation
@polyweave:registry=https://hub.kl1.tenere.ai/api/packages/Polyweave/npm/npm install @polyweave/deepseek@1.0.2"@polyweave/deepseek": "1.0.2"About this package
DeepSeek
DeepSeek adapter for the Polyweave platform. OpenAI-compatible chat and embedding interface for DeepSeek models.
Synopsis
import { createDeepSeekAdapter } from '@polyweave/deepseek';
const adapter = createDeepSeekAdapter({ apiKey: process.env.DEEPSEEK_API_KEY });
Install
npm install @polyweave/deepseek
API
createDeepSeekAdapter(options)
Creates a DeepSeek adapter with Polyweave-compatible chat and embedding tools via the OpenAI-compatible API.
Tests
npm test
Requirements
- Node.js >= 18.0.0
License
MIT
Dependencies
Development Dependencies
| ID | Version |
|---|---|
| @rigor/core | * |
Peer Dependencies
| ID | Version |
|---|---|
| @polyweave/core | * |
| @polyweave/costs | * |
| @polyweave/errors | * |
Keywords
polyweave
deepseek
ai
adapter