agentskit.js
Providers

deepseekEmbedder

DeepSeek embedding model. Compatible with createOpenAICompatibleEmbedder under the hood.

import { deepseekEmbedder } from '@agentskit/adapters'

const embed = deepseekEmbedder({
  apiKey: process.env.DEEPSEEK_API_KEY!,
  model: process.env.DEEPSEEK_EMBED_MODEL!,
})

#Options

OptionTypeDefault
apiKeystringrequired
modelstringrequired
baseUrlstringhttps://api.deepseek.com

#Env

VarPurpose
DEEPSEEK_API_KEYAPI key
DEEPSEEK_EMBED_MODELEmbedding model

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page

Ask the docs
Ask anything about AgentsKit. Answers come from the docs corpus and cite their sources.