OpenAI-compatible API.
World's lowest cost.

Use the same SDK and endpoints.Access SOTA OSS models with predictable pricing.

Everything you need to ship

Privacy-respecting OpenAI-compatible API with predictable pricing and multi-model access.

Drop-in compatible

Full OpenAI API compatibility. Change your base URL and your existing integrations keep working.

Lower cost per token

Pay per token with clear per-model pricing, or use a plan for higher throughput.

Multi-model access

Open-weight and proprietary models, including vision and reasoning, available through one endpoint.

API key management

Create named keys per project. Revoke individually without disrupting other integrations.

Usage dashboard

Monitor token usage by model, track credits, and manage your plan from one place.

Low latency

Optimized inference pipelines with low time-to-first-token.

Privacy

Zero data retention by default. Conversations aren't stored or used for training, only kept briefly to process and respond.

More value for your money

Same $20/mo. CrofAI delivers 2,500 daily requests vs OpenAI Codex's (approximately) 428.

Switch in one line

If you've used the OpenAI SDK, you already know how to use CrofAI.

python
from openai import OpenAI

client = OpenAI(
    base_url="https://crof.ai/v1",
    api_key="your-api-key",
)

response = client.chat.completions.create(
    model="glm-5",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Simple, predictable pricing

Start with per-token billing at no monthly cost. Upgrade to a plan when you need higher throughput.

Pay-as-you-go

$0/mo

  • Pay only for usage
  • No recurring monthly charge

Hobby

$5/mo

  • 500 daily requests
  • Access to all models

Pro

$10/mo

  • All Hobby benefits
  • 1,000 daily requests
  • Priority Support

Intermediate

$20/mo

  • All Pro benefits
  • 2,500 daily requests

Scale

$50/mo

  • All Intermediate benefits
  • 7,500 daily requests

Max

$100/mo

  • All Scale benefits
  • 15,000 daily requests

Ready to build?

Switch by changing one line. Drop-in compatible with your existing OpenAI integrations.

Get Started