Skip to content

docs: add Kyma API community provider#14347

Open
sonpiaz wants to merge 1 commit intovercel:mainfrom
sonpiaz:add-kyma-api-provider
Open

docs: add Kyma API community provider#14347
sonpiaz wants to merge 1 commit intovercel:mainfrom
sonpiaz:add-kyma-api-provider

Conversation

@sonpiaz
Copy link
Copy Markdown

@sonpiaz sonpiaz commented Apr 11, 2026

Summary

Adds Kyma API as a community provider for the Vercel AI SDK.

Package: @kyma-api/ai-sdk — published on npm

What is Kyma API?
Kyma API is an OpenAI-compatible LLM gateway that serves 20+ open-source models (DeepSeek V3/R1, Qwen 3.6 Plus, Llama 3.3 70B, Gemma 4, Gemini 2.5 Flash, Kimi K2.5, MiniMax M2.5, and more) through a single endpoint. It includes:

  • Free credits on signup
  • Smart model aliases (best, fast, code, reasoning, vision, long-context)
  • 4-layer fallback routing for reliability
  • OpenAI-compatible API at https://kymaapi.com/v1

Implementation: Uses @ai-sdk/openai-compatible as the base — no custom protocol code.

import { kyma } from '@kyma-api/ai-sdk';
import { generateText } from 'ai';

const { text } = await generateText({
  model: kyma('deepseek-v3'),
  prompt: 'Explain quantum computing simply.',
});

Checklist

@tigent tigent bot added ai/provider related to a provider package. Must be assigned together with at least one `provider/*` label documentation Improvements or additions to documentation provider/community labels Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai/provider related to a provider package. Must be assigned together with at least one `provider/*` label documentation Improvements or additions to documentation provider/community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant