Skip to main content
Providers

LucidQuery AI

Use lucidquery/<model> with VoltAgent's model router.

Quick start

import { Agent } from "@voltagent/core";

const agent = new Agent({
name: "lucidquery-agent",
instructions: "You are a helpful assistant",
model: "lucidquery/lucidnova-rf1-100b",
});

Environment variables

  • LUCIDQUERY_API_KEY

Provider package

@ai-sdk/openai-compatible

This provider uses the OpenAI-compatible adapter.

Default base URL

https://lucidquery.com/api/v1

You can override the base URL by setting LUCIDQUERY_BASE_URL.

Provider docs

Models

Show models (2)
  • lucidnova-rf1-100b
  • lucidquery-nexus-coder

Table of Contents