Skip to content
@kyma-api

Kyma API

Kyma API is an LLM API gateway that routes one key to 100+ models and publishes measured uptime per model.
Kyma API

Kyma API

Kyma API gives your app one key for 100+ models across chat, embeddings, image, and audio, with published prices and measured uptime for every model.

Website · Docs · Pricing · Rankings · Status


Quickstart

Keep the OpenAI SDK you already use and change the base URL and key:

from openai import OpenAI
client = OpenAI(base_url="https://kymaapi.com/v1", api_key="YOUR_KYMA_KEY")
print(client.chat.completions.create(model="qwen-3.6-plus", messages=[{"role": "user", "content": "Hello!"}]).choices[0].message.content)

With the Anthropic SDK, set base_url to https://kymaapi.com and call messages.create as usual. New accounts get $0.50 of free credit with no card required, and it can be spent on the free-tier models. More setup options are in the docs quickstart.

What you get

  • One API key and one balance for every model.
  • A published price for each model, listed on Pricing.
  • Uptime measured for each model, published on Status.
  • Public model rankings built from real customer usage, on Rankings.
  • If a model's route fails, requests fall back automatically.

Use it from the tools you already have

Kyma API works with OpenClaw, Cursor, Claude Code, Cline, Roo Code, Continue, Aider, OpenCode, and other OpenAI- or Anthropic-compatible clients.

  • MCP: connect any MCP client to https://mcp.kymaapi.com/mcp. You sign in with OAuth, and each connection has a spend cap you set.
  • Agent Skills: run npx skills add kyma-api/kyma-skills to add four skills to your agent: connect a tool, pick a model by price and uptime, check spend and credits, and send a test completion.

Repositories

Repository What it contains
kyma-mcp-plugin The MCP server guide, the stdio bridge, and plugin manifests for coding agents.
kyma-skills Agent Skills: connect-my-tool, pick-a-model, check-spend-and-credits, send-a-test-completion.
openclaw-provider The plugin that adds Kyma API models to OpenClaw.

Questions: hello@kymaapi.com

Popular repositories Loading

  1. kyma-ter kyma-ter Public

    Local multi-agent terminal workspace for Kyma

    TypeScript 27 2

  2. kyma-ter-releases kyma-ter-releases Public

    Public release assets for kyma-ter binaries

  3. .github .github Public

    Organization profile and community health files for Kyma

    Shell

  4. kyma-gen-skill kyma-gen-skill Public

    Public registry of @kyma-api/gen skill bundles for Claude Code / Cursor / Codex

  5. kyma-gen-cli kyma-gen-cli Public

    Installer scripts for @kyma-api/gen CLI — sourced by kymaapi.com/install

    Shell

  6. kyma-mcp-plugin kyma-mcp-plugin Public

    Kyma API MCP plugin — one URL, OAuth sign-in, spend-capped keys. Agent Plugins + Claude Code formats.

    JavaScript

Repositories

Showing 10 of 13 repositories

Top languages

Loading…

Most used topics

Loading…