How it works
Kyara uses the same interface you already know. To switch from OpenAI to Kyara, change three things in your existing code or client:1
Set the base URL
Replace the OpenAI base URL with
https://api.kyara-intelligence.com/v1 in your SDK configuration or HTTP client.2
Use your Kyara API key
Pass your Kyara API key as the bearer token. Store it in an environment variable named
KYARA_INTELLIGENCE_API_KEY so it stays out of your source code.3
Pick a model ID
Choose a model from the Kyara model catalog and use its ID in the
model field. A fast, low-cost starting point is deepseek/deepseek-v4-flash.Your first request
Send the request below to verify your key and see a live response. Replace$KYARA_INTELLIGENCE_API_KEY with your actual key, or export it as an environment variable first.
Next steps
Quickstart
Make your first API call in under a minute with curl, JavaScript, or Python.
Authentication
Learn how to create API keys, pass bearer tokens, and keep credentials secure.
API Reference
Explore the full chat completions endpoint, request schema, and streaming options.
OpenAI-Compatible Apps
Point any OpenAI-compatible client or application at the Kyara gateway.