Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notewise.click/docs/llms.txt

Use this file to discover all available pages before exploring further.

NoteWise sends generation requests through LiteLLM. Use a model string like provider/model-name with --model or DEFAULT_MODEL.
notewise process "https://youtu.be/VIDEO_ID" --model gemini/gemini-2.5-flash
The source default is gemini/gemini-2.5-flash.

Common routes

Default Gemini path

Set GEMINI_API_KEY and use gemini/gemini-2.5-flash.

OpenAI or Anthropic

Set OPENAI_API_KEY or ANTHROPIC_API_KEY, then use a matching LiteLLM model string.

Hosted routing

Use OpenRouter, Vercel AI Gateway, Azure, Bedrock, Databricks, Cloudflare, Together, Fireworks, or Groq.

Subscription login

Use ChatGPT or GitHub Copilot OAuth instead of static API keys.

Credential map

ProviderCredential
Gemini / VertexGEMINI_API_KEY
OpenAIOPENAI_API_KEY
AnthropicANTHROPIC_API_KEY
GroqGROQ_API_KEY
xAIXAI_API_KEY
MistralMISTRAL_API_KEY
CohereCOHERE_API_KEY
DeepSeekDEEPSEEK_API_KEY
OpenRouterOPENROUTER_API_KEY
AzureAZURE_API_KEY or AZURE_OPENAI_API_KEY
Vercel AI GatewayVERCEL_AI_GATEWAY_API_KEY
TogetherTOGETHERAI_API_KEY
FireworksFIREWORKS_AI_API_KEY
PerplexityPERPLEXITYAI_API_KEY
CloudflareCLOUDFLARE_API_KEY plus CLOUDFLARE_ACCOUNT_ID
DatabricksDATABRICKS_API_KEY plus DATABRICKS_API_BASE
BedrockAWS credential chain
Never share API keys, OAuth tokens, cookies, raw prompts, or provider payloads. Logs and error reports should stay redacted.

Model inference

When a model string has no explicit provider prefix, NoteWise can infer common key requirements from model names such as Gemini, GPT/OpenAI, Claude, Groq, Grok/xAI, Mistral, Cohere/Command, and DeepSeek.
Last modified on May 1, 2026