Odysseus and billing API plan #795
-
|
Hi! I thought this was all free?!? Or am I doing something wrong?!? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
Odysseus isn't a provider of AI, so it doesn't cost anything - but it also doesn't provide the AI service. you can think of it like this: the "brains" of the AI, is the model. that model runs somewhere, either on your computer (your gpu) or in a datacenter somewhere you access via the internet (cloud). there's apps you can use to run models on your own hardware (ollama, vllm, etc) then there's the "body" or app that you use to do something with the model/brain (chat, generate an image write code, etc). this is like chatgpt/codex app/website or claude. A lot of the cloud AI providers (openAI, anthropic, google, etc) provide service for their big models (brains), AND have their own app (body) to access their brain - chatgpt/codex, claude, gemini, etc. Odysseus, is a "body" type app, it doesn't actually run the models itself, but it connects to the model and provides you the ability to interact with it. (it's also got some features to help with downloading the brains part, but that can be more complex) |
Beta Was this translation helpful? Give feedback.
-
|
Odysseus itself is completely free. But OpenAI's API is not free so you need to add a payment method and buy credits to use their models. Your options: Option 1: Pay for OpenAI • Add a payment method at https://platform.openai.com/settings/organization/billing/overview Option 2: Use free models via OpenRouter
Heads up: Free models on OpenRouter are rate-limited to 50 requests/day (or 1,000/day if you later buy $10+ in credits). For experimenting, that's usually plenty |
Beta Was this translation helpful? Give feedback.
-
|
I checked out Ollama, added a model, it took so much time saying in the console "processing first token/credit" (something like that), i thought it was gonna ask for money again. But no! It's working now! |
Beta Was this translation helpful? Give feedback.
-
|
scam detected |
Beta Was this translation helpful? Give feedback.
Odysseus itself is completely free. But OpenAI's API is not free so you need to add a payment method and buy credits to use their models.
Your options:
Option 1: Pay for OpenAI
• Add a payment method at https://platform.openai.com/settings/organization/billing/overview
• Buy credits
• Gets you access to their models
Option 2: Use free models via OpenRouter
OpenRouter gives you access to free open-source models without any billing:
Heads up: Free models on OpenRouter are rate-limited to 50 requests/day (or 1,000/day if you later buy $10+ in credits). For …