Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ yarn-debug.log*
yarn-error.log*

# others
.env
.env*.local
.vercel
next-env.d.ts
16 changes: 8 additions & 8 deletions content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@ Celeste is a unified interface for multi-modal AI. It provides a consistent, typ

<div className="grid grid-cols-4 gap-4 my-6">
<div className="flex items-center gap-2 p-2 border rounded-lg">
<img src="https://www.google.com/favicon.ico" width="20" height="20" alt="Google" />
<img src="/logos/google.svg" width="20" height="20" alt="Google" />
<span>Google</span>
</div>
<div className="flex items-center gap-2 p-2 border rounded-lg">
<img src="https://www.anthropic.com/favicon.ico" width="20" height="20" alt="Anthropic" />
<img src="/logos/anthropic.svg" width="20" height="20" alt="Anthropic" />
<span>Anthropic</span>
</div>
<div className="flex items-center gap-2 p-2 border rounded-lg">
<img src="https://www.google.com/s2/favicons?domain=openai.com&sz=64" width="20" height="20" alt="OpenAI" />
<img src="/logos/openai.svg" width="20" height="20" alt="OpenAI" />
<span>OpenAI</span>
</div>
<div className="flex items-center gap-2 p-2 border rounded-lg">
<img src="https://mistral.ai/favicon.ico" width="20" height="20" alt="Mistral" />
<img src="/logos/mistral.svg" width="20" height="20" alt="Mistral" />
<span>Mistral</span>
</div>
<div className="flex items-center gap-2 p-2 border rounded-lg">
<img src="https://cohere.com/favicon.ico" width="20" height="20" alt="Cohere" />
<img src="/logos/cohere.svg" width="20" height="20" alt="Cohere" />
<span>Cohere</span>
</div>
<div className="flex items-center gap-2 p-2 border rounded-lg">
<img src="https://x.ai/favicon.ico" width="20" height="20" alt="xAI" />
<img src="/logos/xai.svg" width="20" height="20" alt="xAI" />
<span>xAI</span>
</div>
<div className="flex items-center gap-2 p-2 border rounded-lg">
<img src="https://www.google.com/s2/favicons?domain=elevenlabs.io&sz=32" width="20" height="20" alt="ElevenLabs" />
<img src="/logos/elevenlabs.svg" width="20" height="20" alt="ElevenLabs" />
<span>ElevenLabs</span>
</div>
<div className="flex items-center gap-2 p-2 border rounded-lg">
<img src="https://www.google.com/s2/favicons?domain=byteplus.com&sz=32" width="20" height="20" alt="ByteDance" />
<img src="/logos/bytedance.svg" width="20" height="20" alt="ByteDance" />
<span>ByteDance</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion content/docs/providers/anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Anthropic
description: Documentation for the Anthropic provider.
---

<img src="https://www.google.com/s2/favicons?domain=anthropic.com&sz=64" width="64" height="64" alt="Anthropic" className="mb-6" />
<img src="/logos/anthropic.svg" width="64" height="64" alt="Anthropic" className="mb-6" />

Celeste supports Anthropic's Claude models for text generation.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/providers/bytedance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ByteDance
description: Documentation for the ByteDance provider.
---

<img src="https://www.google.com/s2/favicons?domain=byteplus.com&sz=64" width="64" height="64" alt="ByteDance" className="mb-6" />
<img src="/logos/bytedance.svg" width="64" height="64" alt="ByteDance" className="mb-6" />

Celeste supports ByteDance's models (e.g., via Volcano Engine) primarily for video generation.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/providers/cohere.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Cohere
description: Documentation for the Cohere provider.
---

<img src="https://www.google.com/s2/favicons?domain=cohere.com&sz=64" width="64" height="64" alt="Cohere" className="mb-6" />
<img src="/logos/cohere.svg" width="64" height="64" alt="Cohere" className="mb-6" />

Celeste supports Cohere's Command R series models.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/providers/elevenlabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ElevenLabs
description: Documentation for the ElevenLabs provider.
---

<img src="https://www.google.com/s2/favicons?domain=elevenlabs.io&sz=64" width="64" height="64" alt="ElevenLabs" className="mb-6" />
<img src="/logos/elevenlabs.svg" width="64" height="64" alt="ElevenLabs" className="mb-6" />

Celeste supports ElevenLabs for high-quality speech generation.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/providers/google.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Google
description: Documentation for the Google provider.
---

<img src="https://www.google.com/s2/favicons?domain=google.com&sz=64" width="64" height="64" alt="Google" className="mb-6" />
<img src="/logos/google.svg" width="64" height="64" alt="Google" className="mb-6" />

Celeste supports Google's Gemini models for text and multimodal tasks, and Imagen for image generation.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/providers/mistral.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Mistral AI
description: Documentation for the Mistral provider.
---

<img src="https://www.google.com/s2/favicons?domain=mistral.ai&sz=64" width="64" height="64" alt="Mistral" className="mb-6" />
<img src="/logos/mistral.svg" width="64" height="64" alt="Mistral" className="mb-6" />

Celeste supports Mistral's open-weights and commercial models.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/providers/openai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OpenAI
description: Documentation for the OpenAI provider.
---

<img src="https://www.google.com/s2/favicons?domain=openai.com&sz=64" width="64" height="64" alt="OpenAI" className="mb-6" />
<img src="/logos/openai.svg" width="64" height="64" alt="OpenAI" className="mb-6" />

Celeste supports OpenAI's full suite of models, including GPT-4o for text, DALL-E 3 for images, and TTS for speech.

Expand Down
1 change: 1 addition & 0 deletions public/logos/anthropic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/bytedance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/claude.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/cohere.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/dall-e.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/deepseek.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/elevenlabs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/gemini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/grok-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/grok.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading