Cloxo AI
Trending ✨
Llama 3.3 70B Instruct (FREE)

Llama 3.3 70B Instruct (FREE)

The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out). Supported languages: English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai.

Provider: Lambda

💲 Pricing

📅 Created 2024-12-06
🧠 Context Length 131072 tokens
💻 Input Token Price $0.15/M tokens
📝 Output Token Price $0.15/M tokens
🖼️ Image Input Price $0.1445/K images

* Prices paid to the model provider for using the model.

Do i need to pay for every request?

No, Cloxo AI remains FREE for now. The pricing information you see here is the cost of using the model from a specific provider which is to be paid by us. The cost is calculated based on the number of tokens or images processed by the model. The cost is deducted from the credit allocation pool. Once the credit allocation pool is exhausted, the model will stop processing requests.

Learn more about pricing

💡 Note : The credits are consumed based on the usage of the model by the open community

⚠️ Rate Limits

Limit Type Requests
Per Minute 10
Per Hour 100
Per Day 900

* Rate limits are subject to change by the model provider.

How to remove rate limits?

Rate limits are enforced by the model provider to prevent abuse and ensure fair usage. At the moment we do not have a paid plan to remove rate limits. But in the future, we may introduce a paid plan to remove rate limits. Stay tuned!

Learn more about rate limits

📊 Credit Allocation Pool

💳 Allocated Credits: $100

🟠 Consumed Credits: $32.92

🟢 Remaining Credits: $67.08

* Data updated once every 24 hours

📝 Note: The credit allocation pool is the maximum credits allowed for a model to spend maximum

Capabilities

Text Generates and understands human-like text responses.
OCR Extracts and processes text from images and scanned documents.
Files Supports uploading and analyzing files for deeper insights.
RAG Integrates external knowledge sources for enhanced accuracy.
Voice Supports speech-to-text and text-to-speech functionalities.
Code Executes code securely in isolated environments.
Translate Translates text between multiple languages seamlessly.

API Integration Example

Effortlessly integrate Cloxo AI into your projects with our easy-to-use API.

Example API Request
curl -X POST https://chat.cloxo.co/api/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
  "model": "meta/llama-3-3-70b-instruct-free",
  "messages": [{"role": "user", "content": "Hello there!"}]
}'

⚠️ Make sure to replace YOUR_API KEY with your actual API key before running the code snippets.

← Back to Models