Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update summarizer.md: Typos #321

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/kagi/api/summarizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ The Universal Summarizer is an API using powerful LLMs to summarize content on t

## API key

To obtain an API key you will first need to [create a Kagi account](https://kagi.com/signup?plan_id=trial).
To obtain an API key you will first need to [create a Kagi account](https://kagi.com/signup?plan_id=trial).

Then, navigate to Settings -> Advanced -> API portal, or click [here](https://kagi.com/settings?p=api) to go directly.

Click "Generate API Token".

## API credits

Universal Sumamrizer API uses pre-paid API credits. You can manage API credits in the [API billing](https://kagi.com/settings?p=billing_api) page of your Kagi settings.
Universal Summarizer API uses pre-paid API credits. You can manage API credits in the [API billing](https://kagi.com/settings?p=billing_api) page of your Kagi settings.

Using API with insufficient credits will produce "Insufficient credit to perform this request." response message.

Expand All @@ -40,7 +40,7 @@ Notes:

Our enterprise-grade Muriel summarization engine produces even higher quality summaries, especially for long documents. It also provides longer and more detailed summaries than our consumer-grade model. See the difference [here](https://blog.kagi.com/universal-summarizer#muriel).

Murial usage is a **flat rate of $1 USD per summary**, regardless of the length or type of the document.
Muriel usage is a **flat rate of $1 USD per summary**, regardless of the length or type of the document.

To use Muriel just use "muriel" as the "engine" parameter in the API call. See examples below.

Expand Down Expand Up @@ -226,7 +226,7 @@ Different summarization engines are provided that will give you choices over the
Engine | Description
-------|-----------
cecil (default) | Friendly, descriptive, fast summary
agnes | Formal, technical, analytical summary
agnes | Formal, technical, analytical summary
daphne | Informal, creative, friendly summary
muriel | Best-in-class summary using our enterprise-grade model

Expand All @@ -236,7 +236,7 @@ The summarizer can translate the output into a desired language, using the table
of supported language codes below.

If no language is specified, the document's original language is allowed to
influence the summarizer's output. Specifying a language will add a an explicit
influence the summarizer's output. Specifying a language will add an explicit
translation step, to translate the summary to the desired language.

For example, if a document is mostly written in Spanish, the summary output may
Expand Down