agentskit.js
Providers

kimiEmbedder

Moonshot Kimi embedding model.

import { kimiEmbedder } from '@agentskit/adapters'

const embed = kimiEmbedder({
  apiKey: process.env.KIMI_API_KEY!,
  model: process.env.KIMI_EMBED_MODEL!,
})

#Options

OptionTypeDefault
apiKeystringrequired
modelstringrequired
baseUrlstringhttps://api.moonshot.ai

#Env

VarPurpose
KIMI_API_KEYAPI key
KIMI_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.