Account and keys
Does Moxus AI support Google sign-in?
Does Moxus AI support Google sign-in?
How do I change my email or password?
How do I change my email or password?
How do I create an API key?
How do I create an API key?
sk- value immediately. The full key is usually shown only once.
Can I use one key for multiple projects?
Can I use one key for multiple projects?
What should I do if a key is exposed?
What should I do if a key is exposed?
Running code examples
What do I need before running a Python example?
What do I need before running a Python example?
openai is not part of the Python standard library, so install it first. Save the Python example as image_understanding.py, then run these commands in a terminal opened in the project folder:.venv environment, so dependency installation and script execution use the same Python interpreter. For later runs, first execute source .venv/bin/activate, then run python image_understanding.py.What do I need before running a Node.js example?
What do I need before running a Node.js example?
openai is not a built-in Node.js module. Save the Node.js example as image-understanding.mjs, then run these commands in a terminal opened in the project folder:Models and requests
Why does a model call fail with model not found?
Why does a model call fail with model not found?
Which Base URL should I use?
Which Base URL should I use?
https://moxus.cloud/v1 for OpenAI-compatible SDKs, https://moxus.cloud for Anthropic-compatible APIs, and https://moxus.cloud/v1beta for Google-compatible APIs.What should I do when Conversation says a parameter is deprecated or unsupported?
What should I do when Conversation says a parameter is deprecated or unsupported?
Temperature for temperature is deprecated for this model. An unchecked parameter is omitted from the request, so the model uses its own default behavior. You can also confirm that the field is gone in the API code snippet before sending.If the request still fails, clear any other parameter named in the error and try again. Changing the parameter value is not enough when the model has deprecated or does not support the field.Billing
Where can I see request-level cost?
Where can I see request-level cost?
Where can I see balance changes?
Where can I see balance changes?
Why can the same prompt cost different amounts?
Why can the same prompt cost different amounts?
