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

VeniceAI is compatible with the OpenAI API #4013

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tomfotherby
Copy link

@tomfotherby tomfotherby commented Feb 7, 2025

Description

This is a one-line documentation change to add Venice AI to the list of OpenAI compatible APIs on the following Continue documentation page: https://docs.continue.dev/customize/model-providers/openai#openai-compatible-servers--apis

Checklist

  • The relevant docs, if any, have been updated or created

VeniceAI can be used in Chat, if you add the following to your continue config.js:

    {
      "title": "Qwen2-72b (Venice.ai)",
      "provider": "openai",
      "model": "dolphin-2.9.2-qwen2-72b",
      "apiKey": "<REDACTED>",
      "apiBase": "https://api.venice.ai/api/v1",
      "useLegacyCompletionsEndpoint": false
    }

Why should we add Venice?

For me, Venice is interesting because you can use the API without needing a Debit card or Credit card. Instead you can stake a crypto token called VVV and get a API key. This opens up interesting possibilities for autonomous Agents to gain access to AI models without being gate-kept by a Bank. Obviously AI Agents can't KYC, and all Banks need KYC. Venice side-steps this issue - it allows Bankless access to AI, which is incredibly exciting.

Copy link

netlify bot commented Feb 7, 2025

Deploy Preview for continuedev ready!

Name Link
🔨 Latest commit 64c3fda
🔍 Latest deploy log https://app.netlify.com/sites/continuedev/deploys/67a5f68dd9252800089bdd25
😎 Deploy Preview https://deploy-preview-4013--continuedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@tomfotherby tomfotherby mentioned this pull request Feb 7, 2025
2 tasks
@tomasz-stefaniak
Copy link
Collaborator

@tomfotherby we are keeping this list sparse on purpose - there are many other providers that we are aware of that are also OpenAI-compatible but not listed there. I'm also apprehensive about specifically directing users to a provider that bypasses KYC.

@tomfotherby
Copy link
Author

@tomasz-stefaniak , Thanks for considering my PR.

there are many other providers that we are aware of that are also OpenAI-compatible but not listed there

I believe Venice is notable - for a start, it's much bigger, like 100x times bigger, than some of the others listed on the page. Not many OpenAI-compatible providers have a market cap of over $800M (source).

I'm also apprehensive about specifically directing users to a provider that bypasses KYC.

While I understand your initial reaction, I would check your priors. KYC is tied to Privacy, which is tied to Free speech and Free speech = human flourishing. Venice AI stands out from the crowd of other AI providers. It's for libertarians. In case you're interested, here's 2 articles: https://news.bitcoin.com/erik-voorhees-unveils-new-ai-platform-promising-privacy-and-unfiltered-free-speech/ , https://unchainedcrypto.com/erik-voorhees-new-venture-why-ai-desperately-needs-privacy-and-uncensorability/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants