Where should we begin?

Capriole AI

One workspace for everything you do with AI.

Use the world’s leading AI models from one place—chat on the web, build with the API, or use them in the coding agents you already work with.

Access the right model for every task.

Unlimited Web Chat

Chat with leading AI models as much as you need.

Where should we begin?
Ask anything

API Access

Use OpenAI, Claude, Gemini, Grok, GLM, and Kimi models through one API at prices far below official API rates.

openai_sdk.py
# Before running:# export CAPRIOLE_AI_API_KEY="YOUR_CAPRIOLE_AI_API_KEY"
import os
from openai import OpenAI
client = OpenAI(  api_key=os.environ["CAPRIOLE_AI_API_KEY"],  base_url="https://api.caprioletech.com/v1",)
response = client.responses.create(  model="openai-latest",  input="Hello from Capriole AI",)
print(response.output_text)

Coding Agent Integration

Connect Codex, Claude Code, GitHub Copilot CLI, OpenCode, OpenClaw, and Kilo Code with one Capriole AI key.

config.toml
model = "openai-latest"model_provider = "capriole_ai"
[model_providers.capriole_ai]base_url = "https://api.caprioletech.com/v1"wire_api = "responses"env_key = "CAPRIOLE_AI_API_KEY"

Image & Video Generation

Image and video generation is coming soon.

What would you like to create?
Describe what you want to create

Pricing

Free

Includes limited AI Chat, no API access

$0/ month
  • Choose from all supported browser chat models
  • Limited AI Chat (equivalent to max 500,000 tokens)
  • No API access on the Free tier
Get Started

Team

Includes unlimited AI Chat for 5 seats + 50M shared API tokens

$70.00/ month

Create a "Team" account to share tokens with your team members. Team accounts feature competitive per user pricing and allow for large block purchases of LLM tokens. Team owners can invite users and monitor token consumption.

  • Owner-managed billing
  • Models from OpenAI, Anthropic, Google, xAI, Z.ai and Moonshot
  • GPT, Claude, Gemini, Grok, GLM and Kimi model families
  • Unlimited AI Chat
  • API access (50,000,000 shared tokens, plus team top-up)
  • Agent integration: OpenClaw, Codex, Claude Code + more
  • Thinking + Fast models
Subscribe

Frequently Asked Questions

01How is my data protected?

We prioritize your data privacy and security. We do not utilize or train on your data at all.

  • We use maximum LLM privacy settings by default.
  • For API usage we act as a router only, and never store your data.
  • AI Chat history is end-to-end encrypted in our database.
  • You can optionally enable Local Storage in Settings to store your chat history in your browser cache only.
  • You can optionally enable no storage in Settings and your data will not be stored anywhere.
02Do you store API request content?

For API usage, we track usage metadata such as token counts, latency, status, and cost for quota and billing purposes only. Because we do not store or retain your data at all, we cannot provide API conversation history.

03What is my usage / token allowance?

For AI Chat, all paid plans include unlimited usage across all models.

Premium includes 5M API tokens per month, while Team includes a shared 50M monthly API token pool. Both can be topped up after the included balance is consumed. Token consumption depends on your workload and model mix; thinking models always use more tokens.

04Can I cancel my subscription anytime?

Yes, you can cancel your subscription at any time. There are no long-term contracts or cancellation fees. Your access will continue until the end of your current billing period.

05What payment methods do you accept?

We accept all major credit cards (Visa, MasterCard, American Express). All payments are processed securely through Stripe.

Unlimited Web Chat. Exceptionally affordable API access.

Get unlimited Web Chat and 5M API tokens for $8/month, all in one platform—with low-cost top-ups when you need more.

Back to workspace