agentskit.js
Providers

deepseek

DeepSeek — cost-efficient reasoning + chat models. OpenAI-compatible API.

import { deepseek } from '@agentskit/adapters'

const adapter = deepseek({
  apiKey: process.env.DEEPSEEK_API_KEY!,
  model: 'deepseek-chat',
})

Options

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

Model examples

deepseek-chat · deepseek-reasoner.

Env

VarPurpose
DEEPSEEK_API_KEYAPI key

Notes

  • Strong price/performance for agents that tool-call heavily.
  • Reasoner variant exposes chain-of-thought via separate field.
✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page