cohere-ai/cohere-developer-experience
Jupyter Notebook
Captured source
source ↗cohere-ai/cohere-developer-experience
Description: Docs, Snippets, Guides
Language: Jupyter Notebook
Stars: 108
Forks: 75
Open issues: 48
Created: 2024-07-12T10:11:02Z
Pushed: 2026-06-10T19:30:51Z
Default branch: main
Fork: no
Archived: no
README: 
Cohere Developer Experience
At Cohere we aim to maximize developer productivity by meeting developers at their existing workflows: whether you want to use our model on our platform or on an external cloud platform, our aim is to provide the best experience available.
This repository is a one-stop-shop for Cohere developer experience. Here you can find docs, snippets, api specs and more to help you develop on the Cohere platform, or on AWS, Azure, OCI, or cohere-toolkit.
How to use this repository
This repository is organized into the following sections:
fern/contains content and configuration for https://docs.cohere.comcohere-openapi.yamlcontains the OpenAPI spec for the Cohere platform APIsnippets/contains code snippets for using Cohere in various environments
Other developer resources
SDKs
We support the following SDKs which can be used to interact with the Cohere platform and cloud providers:
How to contribute to this repository
We welcome contributions to this repository! Feel free to pull request any of the content you see and we will work with you to merge it. The OpenAPI sepcs and snippets are one-way synced from our internal repositories so we will need to take your changes and merge them behind the scenes.
Making local builds
About local builds
We encourage our contributors to build the site locally to validate rendering and links.
Prerequisites
Installing the local build components
To install the components necessary to make local builds, run the following command from the root of the repo.
make install
Making a local build
To make a local build of the site, run the following command from the root of the repo.
make dev
Python code changes
If you change any Python code samples, you must complete the following steps.
1. Install the required version of the black package.
pip3 install "black==24.10.0"
1. Automatically format your Python code using the following command from the root of the repo.
python3 .github/scripts/check_python_code_snippets.py fern/pages
Notability
notability 4.0/10New dev experience repo, moderate stars.