kilo-autoFree

Auto Free

Rotates through available free models. Limited capability and no credits required. [Learn more](https://getmegabrain.com/docs/code-with-ai/agents/auto-model) **Warning** Prompts may be logged by the upstream provider and used to improve their services. Not suitable for production or sensitive data workloads. **In particular** For NVIDIA free endpoints (Super/Ultra/etc): Trial use only - do not submit personal or confidential data. Your use is logged for security purposes and to improve NVIDIA products and services. The logged session data for improvement purposes is not linked to your identity or any persistent identifier. For more information about our data processing practices, see our [Privacy Policy](https://www.nvidia.com/en-us/about-nvidia/privacy-policy/). By interacting with this endpoint, you consent to our collection, recording, and use of such information and the [NVIDIA API Trial Terms of Service](https://assets.ngc.nvidia.com/products/api-catalog/legal/NVIDIA%20API%20Trial%20Terms%20of%20Service.pdf).

Context
256k tokens
Input / 1M tokens
Free
Output / 1M tokens
Free
Benchmark

Pricing

Input tokensFree per 1M tokens
Output tokensFree per 1M tokens
Cache readFree per 1M tokens
Cache writeFree per 1M tokens
ImageFree per image

Technical details

Model IDkilo-auto/free
Context window256k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens10,000

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'kilo-auto/free',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Auto Free?

Get an API key and start making requests in minutes.

Get an API key