Catalog / Rota Analysis

Rota Analysis

A capable model for careful analysis, technical reviews and decisions with broad context.

analysisreasoningPT-BR

Specifications

API ID
rota/analise
Context window
128k tokens
Suggested use
analysis, reasoning, PT-BR
Compatibility
Chat completions, SSE streaming
Cost
Included in the account's initial free quota

Example

Call Rota Analysis now.

curl

curl https://rota-nacional.ia.br/v1/chat/completions \
  -H "Authorization: Bearer $ROTA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "rota/analise",
    "messages": [
      { "role": "user", "content": "Olá, Rota Nacional" }
    ],
    "stream": true
  }'

OpenAI SDK

import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.ROTA_API_KEY,
  baseURL: "https://rota-nacional.ia.br/v1"
});

const resposta = await client.chat.completions.create({
  model: "rota/analise",
  messages: [{ role: "user", content: "ping" }]
});

Keep exploring

Other models and integration.

View quickstart

Active

Rota Summary

rota/resumo

A cost-effective model for summaries, classification, triage and focused tasks at scale.

Context
64k tokens
Suggested use
summary, fast, low cost, PT-BR
summaryfastlow costPT-BR
View specifications

Active

Rota Code

rota/codigo

A model curated for technical assistance, automation, system reviews and large codebases.

Context
131k tokens
Suggested use
chat, code, reasoning, PT-BR
chatcodereasoningPT-BR
View specifications

Active

Rota Agents

rota/agentes

A model for assisted automation, tool use, planning and guided execution.

Context
131k tokens
Suggested use
code, automation, PT-BR
codeautomationPT-BR
View specifications

Active

Rota Fast

rota/rapido

A fast model for chat, classification and low-latency tasks.

Context
64k tokens
Suggested use
chat, fast, low cost
chatfastlow cost
View specifications

Active

Rota Reasoning

rota/raciocinio

A model for step-by-step analysis, technical reviews and decisions with broad context.

Context
128k tokens
Suggested use
reasoning, code, PT-BR
reasoningcodePT-BR
View specifications

Active

Rota Instruction

rota/instrucao

A balanced model for assistants, customer support and focused answers.

Context
66k tokens
Suggested use
instruction, chat, PT-BR
instructionchatPT-BR
View specifications

Active

Rota Long Context

rota/contexto-longo

A model for long documents, contract analysis and synthesizing large datasets.

Context
200k tokens
Suggested use
long context, reasoning, PT-BR
long contextreasoningPT-BR
View specifications

Active

Rota Local

rota/local

Chat executed by Rota Nacional's private fleet, without the client selecting a machine.

Context
33k tokens
Suggested use
chat, private, PT-BR
chatprivatePT-BR
View specifications

Active

Rota Auto

rota/auto

Automatically selects the most suitable Rota Nacional model using deterministic rules based on content length, keywords and tool use. The effective context window depends on the selected model (up to 200,000 tokens).

Context
200k tokens
Suggested use
chat, instruction, PT-BR
chatinstructionPT-BR
View specifications