Coze

Verified Truly Free

ByteDance's AI platform offering free access to build and deploy AI chatbots and agents. Provides free API access with generous limits to multiple models including GPT-4o and Gemini.

Free Tier Bot Builder Agent Platform Multi-Model
Get API Key Suggest Edit
0

Overview

Provider Type

API

API Endpoint

https://api.coze.com/v1

Free Tier Highlights

Varies by model

Why Choose Coze?

Coze stands out for its unique features and capabilities. With a developer-friendly API and comprehensive documentation, you can integrate AI capabilities into your applications within minutes.

Quick Start Guide

1

Visit https://www.coze.com/

2

Sign up with Google or email

3

Create a new bot or use the API

4

Generate Personal Access Token

5

Use the API or pre-built bot interface

Available Models

Model Name ID Context Capabilities
GPT-4o (via Coze) Free
gpt-4o
128 000
Vision
Gemini 1.5 Pro (via Coze) Free
gemini-1.5-pro
1 000 000
-

Integration Examples

Ready-to-use code snippets for your applications.

main.py
import requests

response = requests.post(
    "https://api.coze.com/v3/chat",
    headers={
        "Authorization": "Bearer YOUR_COZE_TOKEN",
        "Content-Type": "application/json"
    },
    json={
        "bot_id": "YOUR_BOT_ID",
        "user_id": "user123",
        "stream": False,
        "additional_messages": [
            {
                "role": "user",
                "content": "Hello! What can you do?",
                "content_type": "text"
            }
        ]
    }
)

print(response.json())

Free Tier Pricing & Limits

Rate Limit

Requests per minute

Varies by model

Daily Quota

Requests per day

Token-based daily limits

Token Limit

Tokens per minute

Free daily tokens included

Monthly Quota

Per month limit

Resets daily

Use Cases

Building AI chatbots

Creating AI agents with tools

Customer support automation

Knowledge base Q&A

Content generation workflows

Limitations & Considerations

Daily token limits on free tier

Platform-specific API format

Bot-centric usage model

Rate limits during high demand

Some features require paid plans

Community Hub

Live

Join the discussion, share tips, and rate Coze.

Quick Reactions

Add Discussion

Comments are moderated. Be helpful and respectful.

Recent Activity

0 comments

Ready to Get Started?

Join thousands of developers using Coze

Start Building Now