
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@kyma-api/ai-sdk
Advanced tools
Kyma API provider for the Vercel AI SDK. 16 open-source LLMs, one endpoint, auto-failover.
Kyma API provider for the Vercel AI SDK. Access 16 open-source LLMs through one endpoint with automatic failover.
npm install @kyma-api/ai-sdk @ai-sdk/openai-compatible
Get your API key at kymaapi.com (free $0.50 credit).
export KYMA_API_KEY="ky-your-api-key"
import { kyma } from "@kyma-api/ai-sdk";
import { generateText, streamText } from "ai";
// Use model aliases
const { text } = await generateText({
model: kyma("best"),
prompt: "What is quantum computing?",
});
// Stream responses
const result = streamText({
model: kyma("code"),
prompt: "Write a React hook for dark mode",
});
// Use specific models
const { text: analysis } = await generateText({
model: kyma("deepseek-r1"),
prompt: "Analyze this algorithm's time complexity...",
});
Use aliases instead of memorizing model IDs:
| Alias | Best For |
|---|---|
best | Highest quality overall |
fast | Fastest response |
code | Code generation |
cheap | Lowest cost |
reasoning | Complex reasoning |
agent | Agentic tool use |
vision | Image input |
long-context | 1M token context |
balanced | Quality + speed balance |
import { createKyma } from "@kyma-api/ai-sdk";
const kyma = createKyma({
apiKey: "ky-your-api-key",
baseURL: "https://kymaapi.com/v1", // default
});
FAQs
Kyma API provider for the Vercel AI SDK. 16 open-source LLMs, one endpoint, auto-failover.
We found that @kyma-api/ai-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.