{"slug":"novita-ai","name":"Novita AI","owner":null,"repo":null,"category":"llm-gateways","lang":"","blurb":"AI-native cloud: serverless access to 200+ open models, dedicated endpoints, GPU instances, and agent sandboxes through unified APIs.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"AI-native cloud: serverless access to 200+ open models, dedicated endpoints, GPU instances, and agent sandboxes through unified APIs.","website":"https://novita.ai","docs_url":"https://novita.ai/docs","signup_url":"https://novita.ai/","pricing_model":"usage-based","pricing_note":"Per-token from ~$0.02/M; GPUs from ~$0.35/hr; batch 50% intro discount; small free credit on signup","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Sign up and get an API key from the dashboard; OpenAI SDK works by swapping base_url; pay per call","mcp_server":"","sdks":["Python","TypeScript","REST","OpenAI-compatible"],"code_sample":"{\"lang\":\"python\",\"code\":\"from openai import OpenAI\\nclient = OpenAI(base_url=\\\"https://api.novita.ai/v3/openai\\\",\\n                api_key=\\\"NOVITA_API_KEY\\\")\\nr = client.chat.completions.create(\\n    model=\\\"meta-llama/llama-3.3-70b-instruct\\\",\\n    messages=[{\\\"role\\\": \\\"user\\\", \\\"content\\\": \\\"Hello\\\"}])\\nprint(r.choices[0].message.content)\"}","tags":["inference","open-models","gpu-cloud"],"useCases":[],"codeSample":{"lang":"python","code":"from openai import OpenAI\nclient = OpenAI(base_url=\"https://api.novita.ai/v3/openai\",\n                api_key=\"NOVITA_API_KEY\")\nr = client.chat.completions.create(\n    model=\"meta-llama/llama-3.3-70b-instruct\",\n    messages=[{\"role\": \"user\", \"content\": \"Hello\"}])\nprint(r.choices[0].message.content)"},"oneLiner":"AI-native cloud: serverless access to 200+ open models, dedicated endpoints, GPU instances, and agent sandboxes through unified APIs.","docsUrl":"https://novita.ai/docs","signupUrl":"https://novita.ai/","pricingModel":"usage-based","pricingNote":"Per-token from ~$0.02/M; GPUs from ~$0.35/hr; batch 50% intro discount; small free credit on signup","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Sign up and get an API key from the dashboard; OpenAI SDK works by swapping base_url; pay per call","mcpServer":""}