Pricing & access
Is Kyma really free?
Is Kyma really free?
Yes. You get $0.50 free credits on signup — enough for thousands of requests on free models. No credit card required. The free tier is permanent, not a trial.
What happens when I hit the rate limit?
What happens when I hit the rate limit?
You’ll get a
429 response. Wait a few seconds and retry. Free tier: 20 req/min. Paid tier: 200 req/min.Can I increase my rate limit?
Can I increase my rate limit?
Yes. Purchase any credit package ($5+) to unlock 200 req/min — 10x the free tier.
Models & capabilities
Which model should I use?
Which model should I use?
Start with
llama-3.3-70b — best all-rounder. See our model guide for specific use cases.Are these models truly open source?
Are these models truly open source?
Yes. All models on Kyma are open source or open weight models from Meta, Alibaba, Google, OpenAI, and others.
Do you support vision or multimodal inputs?
Do you support vision or multimodal inputs?
gemma-4-31b supports image inputs. More multimodal models coming soon.What is the maximum context window?
What is the maximum context window?
Up to 1M tokens with Gemini models. Most models support 128K. Check
/v1/models for each model’s context window.Compatibility
Is Kyma compatible with the OpenAI SDK?
Is Kyma compatible with the OpenAI SDK?
Yes. Just change
base_url to https://kymaapi.com/v1 and use your kyma- API key. All OpenAI SDK features work.Does Kyma work with the Anthropic SDK?
Does Kyma work with the Anthropic SDK?
Yes. Kyma supports the Anthropic Messages API at
/v1/messages. See our Anthropic guide.Can I use Kyma with LangChain?
Can I use Kyma with LangChain?
Yes. Use the OpenAI provider in LangChain with Kyma’s base URL.
Can I use Kyma in Cursor, Claude Code, or Continue.dev?
Can I use Kyma in Cursor, Claude Code, or Continue.dev?
Yes. Configure Kyma as an OpenAI-compatible provider with your
kyma- API key and https://kymaapi.com/v1 as the base URL.API keys & account
How do API keys work?
How do API keys work?
Keys start with
kyma-. You can create multiple keys in the Dashboard. Each key shares the same account balance and rate limits.Is my data private?
Is my data private?
Kyma does not store your prompts or responses. We only log metadata (model, latency, tokens) for usage tracking.
Can I use this in production?
Can I use this in production?
Yes. Purchase credits for higher rate limits (200 req/min). Credits never expire.